Method: Psych::Nodes::Alias#initialize

Defined in:
lib/psych/nodes/alias.rb

#initialize(anchor) ⇒ Alias

Create a new Alias that points to an anchor



14
15
16
# File 'lib/psych/nodes/alias.rb', line 14

def initialize anchor
  @anchor = anchor
end