Class: Brakeman::Logger::Quiet

Inherits:
Base
  • Object
show all
Defined in:
lib/brakeman/logger.rb

Instance Method Summary collapse

Methods inherited from Base

#alert, #announce, #cleanup, #color, #color?, #context, #debug, #log, #show_timing?, #single_context, #spin, #update_progress

Constructor Details

#initializeQuiet

Returns a new instance of Quiet.



125
126
127
# File 'lib/brakeman/logger.rb', line 125

def initialize(*)
  super
end