Method: RBelly::Runtime#define_function
- Defined in:
- lib/rbelly/runtime.rb
#define_function(function, &block) ⇒ Object
32 33 34 |
# File 'lib/rbelly/runtime.rb', line 32 def define_function(function, &block) @scope[function.to_s].function = block end |