Method: HtmlFormatter::Parser#initialize
- Defined in:
- lib/htmlformatter/parser.rb
#initialize {|_self| ... } ⇒ Parser
Returns a new instance of Parser.
5 6 7 8 |
# File 'lib/htmlformatter/parser.rb', line 5 def initialize @maps = [] yield self if block_given? end |