class Spellr::QuietReporter
Public Instance Methods
call(_token)
click to toggle source
# File lib/spellr/quiet_reporter.rb, line 12 def call(_token); end
output()
click to toggle source
# File lib/spellr/quiet_reporter.rb, line 8 def output @output ||= Spellr::OutputStubbed.new end