= private = protected
to_yaml(options = {})
Convert an object to YAML. See Psych.dump for more information on the available options.
# File ext/psych/lib/psych/core_ext.rb, line 12 def to_yaml options = {} Psych.dump self, options end