class Psych::Nodes::Alias

def initialize anchor

Create a new Alias that points to an +anchor+
def initialize anchor
  @anchor = anchor
end