Support for the Ruby 2.1 series ended on March 31 2017. See here for details.
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