Class: Melbourne::AST::ToArray
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) ⇒ ToArray
constructor
A new instance of ToArray.
Methods inherited from Node
Constructor Details
#initialize(line, value) ⇒ ToArray
Returns a new instance of ToArray.
53 54 55 56 |
# File 'lib/melbourne/ast/values.rb', line 53 def initialize(line, value) @line = line @value = value end |
Instance Attribute Details
#value ⇒ Object
Returns the value of attribute value.
51 52 53 |
# File 'lib/melbourne/ast/values.rb', line 51 def value @value end |