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