Support for the Ruby 2.3 series has ended. See here for reference.
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