class EleetScript::SelfNode
Public Instance Methods
eval(context)
click to toggle source
# File lib/lang/interpreter.rb, line 340 def eval(context) context.current_self end
# File lib/lang/interpreter.rb, line 340 def eval(context) context.current_self end