class Psych::Nodes::Node

def to_ruby

See also Psych::Visitors::ToRuby

Convert this node to Ruby.
##
def to_ruby
  Visitors::ToRuby.create.accept(self)
end