Class: ImproveYourCode::Report::Formatter::ProgressFormatter::Dots
- Inherits:
-
Object
- Object
- ImproveYourCode::Report::Formatter::ProgressFormatter::Dots
- Defined in:
- lib/improve_your_code/report/formatter/progress_formatter.rb
Instance Method Summary collapse
Instance Method Details
#progress(examiner) ⇒ Object
8 9 10 |
# File 'lib/improve_your_code/report/formatter/progress_formatter.rb', line 8 def progress(examiner) examiner.smelly? ? display_smelly : display_clean end |