Class: Skunk::Command::StatusReporter
- Inherits:
-
RubyCritic::Command::StatusReporter
- Object
- RubyCritic::Command::StatusReporter
- Skunk::Command::StatusReporter
- Defined in:
- lib/skunk/commands/status_reporter.rb
Overview
Extends RubyCritic::Command::StatusReporter to silence the status message
Direct Known Subclasses
Instance Attribute Summary collapse
-
#analysed_modules ⇒ Object
Returns the value of attribute analysed_modules.
Instance Method Summary collapse
-
#initialize(options = {}) ⇒ StatusReporter
constructor
A new instance of StatusReporter.
- #update_status_message ⇒ Object
Constructor Details
#initialize(options = {}) ⇒ StatusReporter
Returns a new instance of StatusReporter.
11 12 13 |
# File 'lib/skunk/commands/status_reporter.rb', line 11 def initialize( = {}) super() end |
Instance Attribute Details
#analysed_modules ⇒ Object
Returns the value of attribute analysed_modules.
9 10 11 |
# File 'lib/skunk/commands/status_reporter.rb', line 9 def analysed_modules @analysed_modules end |
Instance Method Details
#update_status_message ⇒ Object
15 16 17 |
# File 'lib/skunk/commands/status_reporter.rb', line 15 def = "" end |