Extended maintenance of Ruby 1.9.3 ended on February 23, 2015. Read more
BasicObject
Convert an object to YAML. See Psych.dump for more information on the
available options
.
# File psych/lib/psych/core_ext.rb, line 13 def psych_to_yaml options = {} Psych.dump self, options end