method

tagurize

v2_1_10 - Show latest stable - Class: Psych
tagurize(thing)
public

No documentation available.

# File ext/psych/lib/psych/deprecated.rb, line 56
  def self.tagurize thing
    warn "#{caller[0]}: add_private_type is deprecated, use add_domain_type" if $VERBOSE
    return thing unless String === thing
    "tag:yaml.org,2002:#{thing}"
  end