class Sol::StringNode
Public Instance Methods
eval(context)
click to toggle source
# File lib/sol/interpreter.rb, line 57 def eval(context) RuntimeModel::Runtime["String"].new_with_value(value) end
# File lib/sol/interpreter.rb, line 57 def eval(context) RuntimeModel::Runtime["String"].new_with_value(value) end