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.



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

def initialize(value)
  @value = value
end

Instance Attribute Details

#valueObject (readonly)

Returns the value of attribute value.



487
488
489
# File 'lib/stark/raw_parser.rb', line 487

def value
  @value
end