Method: HtmlFormatter::Parser#map

Defined in:
lib/htmlformatter/parser.rb

#map(pattern, method) ⇒ Object



10
11
12
# File 'lib/htmlformatter/parser.rb', line 10

def map(pattern, method)
  @maps << [pattern, method]
end