class Psych::Visitors::ToRuby

def register node, object

def register node, object
  @st[node.anchor] = object if node.anchor
  object
end