method

tagurize

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

No documentation available.

# File ext/psych/lib/psych/deprecated.rb, line 54
  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