Class: Pione::Lang::ParamBlockDeclaration

Inherits:
Declaration
  • Object
show all
Defined in:
lib/pione/lang/declaration.rb

Instance Method Summary collapse

Methods inherited from Declaration

#eval!, inherited

Methods included from Util::Positionable

#line_and_column, #pos, #set_source_position

Instance Method Details

#eval(env) ⇒ Object



263
264
265
# File 'lib/pione/lang/declaration.rb', line 263

def eval(env)
  context.eval(env)
end