Class: RCheck::ProgressPrinters::Bar
- Inherits:
-
Object
- Object
- RCheck::ProgressPrinters::Bar
- Defined in:
- lib/rcheck/progress_printers.rb
Instance Method Summary collapse
Instance Method Details
#report(assertion) ⇒ Object
13 14 15 |
# File 'lib/rcheck/progress_printers.rb', line 13 def report(assertion) Colors.cprint assertion.status, BARCHAR if STDOUT.tty? end |