class Sol::GetConstantNode
Retrieving the value of a constant.
Public Instance Methods
eval(context)
click to toggle source
# File lib/sol/interpreter.rb, line 131 def eval(context) context[name] end
Retrieving the value of a constant.
# File lib/sol/interpreter.rb, line 131 def eval(context) context[name] end