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, #print, #print_count, #print_value, #puts, #warn
Methods included from StringFormat
aqua, bold, green, key, lighten, normal, pluralize, red
Constructor Details
This class inherits a constructor from Spellr::BaseReporter
Instance Method Details
#call(_token) ⇒ Object
12 |
# File 'lib/spellr/quiet_reporter.rb', line 12 def call(_token); end |
#output ⇒ Object
8 9 10 |
# File 'lib/spellr/quiet_reporter.rb', line 8 def output @output ||= Spellr::OutputStubbed.new end |