Class: Expressive::Syntax

Inherits:
Function show all
Defined in:
lib/expressive.rb

Instance Method Summary collapse

Methods inherited from Function

#initialize

Constructor Details

This class inherits a constructor from Expressive::Function

Instance Method Details

#call(scope, statements) ⇒ Object



95
96
97
# File 'lib/expressive.rb', line 95

def call(scope, statements)
  @block.call(scope, statements)
end