class Object
def psych_to_yaml options = {}
Convert an object to YAML. See Psych.dump for more information on the
call-seq: to_yaml(options = {})
##
def psych_to_yaml options = {} Psych.dump self, options end
def psych_to_yaml options = {} Psych.dump self, options end