Class: EleetScript::SelfNode

Inherits:
NodeType show all
Defined in:
lib/lang/nodes.rb,
lib/lang/interpreter.rb

Instance Method Summary collapse

Methods included from NodeMethods

#is_node?, #nextable?, #returnable?, #spaces, #to_s

Instance Method Details

#eval(context) ⇒ Object



340
341
342
# File 'lib/lang/interpreter.rb', line 340

def eval(context)
  context.current_self
end