new(anchor)
Create a new Alias that points to an anchor
# File ext/psych/lib/psych/nodes/alias.rb, line 13 def initialize anchor @anchor = anchor end