class Object

def psych_to_yaml options = {}

available +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