Class: Sol::StringNode
- Inherits:
-
LiteralNode
- Object
- Struct
- LiteralNode
- Sol::StringNode
- Defined in:
- lib/sol/nodes.rb,
lib/sol/interpreter.rb
Instance Attribute Summary
Attributes inherited from LiteralNode
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 |