Add to the sequences used to add formatting to an individual word (such as
bold). Matching entries will generate attributes that the output
formatters can recognize by their name.
# File lib/rdoc/markup.rb, line 788
def add_word_pair(start, stop, name)
@attribute_manager.add_word_pair(start, stop, name)
end