Method: Synthesis::DotFormatter#initialize
- Defined in:
- lib/synthesis/formatter/dot.rb
#initialize(out) ⇒ DotFormatter
Returns a new instance of DotFormatter.
12 13 14 15 |
# File 'lib/synthesis/formatter/dot.rb', line 12 def initialize(out) super Expectation::Expectation.send(:include, ExpectationReportFormat::Dot) end |