Method: CMF::Parser#inverted_dictionary

Defined in:
lib/cmf/parser.rb

#inverted_dictionaryHash (readonly)

Returns The inverted dictionary, mapping numbers to tag names.

Returns:

  • (Hash)

    The inverted dictionary, mapping numbers to tag names.



36
37
38
# File 'lib/cmf/parser.rb', line 36

def inverted_dictionary
  @inverted_dictionary
end