Class: Melbourne::AST::ToString
- Defined in:
- lib/melbourne/ast/values.rb
Overview
TODO: document!
Instance Attribute Summary collapse
-
#value ⇒ Object
Returns the value of attribute value.
Attributes inherited from Node
Instance Method Summary collapse
-
#initialize(line, value) ⇒ ToString
constructor
A new instance of ToString.
Methods inherited from Node
Constructor Details
#initialize(line, value) ⇒ ToString
65 66 67 68 |
# File 'lib/melbourne/ast/values.rb', line 65 def initialize(line, value) @line = line @value = value end |
Instance Attribute Details
#value ⇒ Object
Returns the value of attribute value.
63 64 65 |
# File 'lib/melbourne/ast/values.rb', line 63 def value @value end |