![show/hide quicksearch [+]](../../images/find.png)
This class represents a YAML Alias. It points to an anchor.
A Psych::Nodes::Alias is a terminal node and may have no children.
Create a new Alias that points to an anchor
 
               # File psych/lib/psych/nodes/alias.rb, line 14
def initialize anchor
  @anchor = anchor
end