Method deprecated or moved
This method is deprecated or moved on the latest stable version.
The last existing version (v1_9_1_378) is shown here.
tagurize( val )
public
Convert a type_id to a taguri
# File lib/yaml.rb, line 334
def YAML.tagurize( val )
resolver.tagurize( val )
end