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



116
117
118
# File 'lib/expressive.rb', line 116

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