Method: RDoc::Markup::AttributeManager#matching_word_pairs

Defined in:
lib/rdoc/markup/attribute_manager.rb

#matching_word_pairsObject (readonly)

This maps delimiters that occur around words (such as bold or tt) where the start and end delimiters and the same. This lets us optimize the regexp



47
48
49
# File 'lib/rdoc/markup/attribute_manager.rb', line 47

def matching_word_pairs
  @matching_word_pairs
end