Class: Sol::StringNode

Inherits:
LiteralNode show all
Defined in:
lib/sol/nodes.rb,
lib/sol/interpreter.rb

Instance Attribute Summary

Attributes inherited from LiteralNode

#value

Instance Method Summary collapse

Instance Method Details

#eval(context) ⇒ Object



57
58
59
60
61
# File 'lib/sol/interpreter.rb', line 57

def eval(context)  

	RuntimeModel::Runtime["String"].new_with_value(value)

end