class EleetScript::IntegerNode

Public Instance Methods

eval(context) click to toggle source
# File lib/lang/interpreter.rb, line 147
def eval(context)
  context.root_ns["Integer"].new_with_value(value, context.namespace_context)
end