class EleetScript::SetGlobalNode
Public Instance Methods
eval(context)
click to toggle source
# File lib/lang/interpreter.rb, line 159 def eval(context) context[name] = value.eval(context) end
# File lib/lang/interpreter.rb, line 159 def eval(context) context[name] = value.eval(context) end