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