Class: EleetScript::SelfNode
- 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
339 340 341 |
# File 'lib/lang/interpreter.rb', line 339 def eval(context) context.current_self end |