Flowdock
method

tagurize

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

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# 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
Register or log in to add new notes.