Method: EleetScript::SymbolNode#eval
- Defined in:
- lib/lang/interpreter.rb
#eval(context) ⇒ Object
132 133 134 |
# File 'lib/lang/interpreter.rb', line 132 def eval(context) context.root_ns["Symbol"].new_with_value(value, context.namespace_context) end |