add_word_pair(start, stop, name)
Instance Public methods
Adds a markup class with name
for words wrapped in the
start
and stop
character. To make words wrapped
with â*â bold:
am.add_word_pair '*', '*', :BOLD
Adds a markup class with name
for words wrapped in the
start
and stop
character. To make words wrapped
with â*â bold:
am.add_word_pair '*', '*', :BOLD
Please login to continue.