Class: Expressive::Syntax
Instance Method Summary collapse
Methods inherited from Function
Constructor Details
This class inherits a constructor from Expressive::Function
Instance Method Details
#call(scope, statements) ⇒ Object
116 117 118 |
# File 'lib/expressive.rb', line 116 def call(scope, statements) @block.call(scope, statements) end |