Class: Stark::Parser::AST::List
Instance Attribute Summary collapse
-
#value ⇒ Object
readonly
Returns the value of attribute value.
Instance Method Summary collapse
-
#initialize(value) ⇒ List
constructor
A new instance of List.
Constructor Details
#initialize(value) ⇒ List
Returns a new instance of List.
454 455 456 |
# File 'lib/stark/raw_parser.rb', line 454 def initialize(value) @value = value end |
Instance Attribute Details
#value ⇒ Object (readonly)
Returns the value of attribute value.
457 458 459 |
# File 'lib/stark/raw_parser.rb', line 457 def value @value end |