Method deprecated or moved
This method is deprecated or moved on the latest stable version.
The last existing version (v2_4_6) is shown here.
psych_to_yaml(options = {})
public
Convert an object to YAML. See Psych.dump for more information on the available
options.
# File ext/psych/lib/psych/core_ext.rb, line 14
def psych_to_yaml options = {}
Psych.dump self, options
end