to_ruby()
Convert this node to Ruby.
See also Psych::Visitors::ToRuby
# File ext/psych/lib/psych/nodes/node.rb, line 49 def to_ruby Visitors::ToRuby.create.accept(self) end