tagurize( val )
Convert a type_id to a taguri
# File lib/yaml.rb, line 334 def YAML.tagurize( val ) resolver.tagurize( val ) end