Class: Stark::Parser::AST::Set

Inherits:
Node
  • Object
show all
Defined in:
lib/stark/raw_parser.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(value) ⇒ Set

Returns a new instance of Set.



481
482
483
# File 'lib/stark/raw_parser.rb', line 481

def initialize(value)
  @value = value
end

Instance Attribute Details

#valueObject (readonly)

Returns the value of attribute value.



484
485
486
# File 'lib/stark/raw_parser.rb', line 484

def value
  @value
end