Class: Spellr::QuietReporter
- Inherits:
-
BaseReporter
- Object
- BaseReporter
- Spellr::QuietReporter
- Defined in:
- lib/spellr/quiet_reporter.rb
Instance Method Summary collapse
Methods inherited from BaseReporter
#counts, #exit_code, #finish, #increment, #initialize, #parallel?, #print, #puts, #warn
Methods included from StringFormat
aqua, bold, color_enabled?, green, normal, pluralize, red
Constructor Details
This class inherits a constructor from Spellr::BaseReporter
Instance Method Details
#call(_token) ⇒ Object
11 |
# File 'lib/spellr/quiet_reporter.rb', line 11 def call(_token); end |
#output ⇒ Object
7 8 9 |
# File 'lib/spellr/quiet_reporter.rb', line 7 def output @output ||= Spellr::OutputStubbed.new end |