Method: CMF::Parser#inverted_dictionary
- Defined in:
- lib/cmf/parser.rb
#inverted_dictionary ⇒ Hash (readonly)
Returns The inverted dictionary, mapping numbers to tag names.
36 37 38 |
# File 'lib/cmf/parser.rb', line 36 def inverted_dictionary @inverted_dictionary end |