Method: Dox::Formatter#initialize
- Defined in:
- lib/dox/formatter.rb
#initialize(output) ⇒ Formatter
Returns a new instance of Formatter.
11 12 13 14 |
# File 'lib/dox/formatter.rb', line 11 def initialize(output) super self.passed_examples = {} end |