rename typed_method to callable_method
seems to make the essence clearer also extracted base class
This commit is contained in:
@ -6,7 +6,7 @@ It is the other side of the parfait coin, part of the runtime.
|
||||
The functions are organised by their respective classes and get loaded in boot_classes! ,
|
||||
right at the start. (see register/boot.rb)
|
||||
|
||||
These functions return their code, ie a Parfait::TypedMethod with a MethodSource object,
|
||||
These functions return their code, ie a Parfait::CallableMethod with a MethodSource object,
|
||||
which can then be called by ruby code as if it were a "normal" function.
|
||||
|
||||
A normal ruby function is one that is parsed and transformed to code. But not all
|
||||
|
Reference in New Issue
Block a user