Class: RspecLogFormatter::Formatter::Maker

Inherits:
Object
  • Object
show all
Defined in:
lib/rspec_log_formatter/formatter.rb

Instance Method Summary collapse

Instance Method Details

#new(_output) ⇒ Object



9
10
11
# File 'lib/rspec_log_formatter/formatter.rb', line 9

def new(_output)
  RspecLogFormatter::Formatter.new(clock, opts)
end