Method: Module#yaml_tag_read_class

Defined in:
lib/syck/tag.rb

#yaml_tag_read_class(name) ⇒ Object

Transforms the subclass name found in the tag into a Ruby constant name.



91
92
93
# File 'lib/syck/tag.rb', line 91

def yaml_tag_read_class( name )
    name
end