class Object
frozen_string_literal: false
def self.yaml_tag url
def self.yaml_tag url Psych.add_tag(url, self) end
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 to_yaml_properties # :nodoc:
def to_yaml_properties # :nodoc: instance_variables end