Class: Psych::Pure::Emitter::SetNode
Overview
Represents a Psych::Set object.
Instance Attribute Summary collapse
-
#anchor ⇒ Object
Returns the value of attribute anchor.
Attributes inherited from Node
Instance Method Summary collapse
Methods inherited from Node
Constructor Details
This class inherits a constructor from Psych::Pure::Emitter::Node
Instance Attribute Details
#anchor ⇒ Object
Returns the value of attribute anchor.
4174 4175 4176 |
# File 'lib/psych/pure.rb', line 4174 def anchor @anchor end |
Instance Method Details
#accept(visitor) ⇒ Object
4176 4177 4178 |
# File 'lib/psych/pure.rb', line 4176 def accept(visitor) visitor.visit_set(self) end |