Module: NyanCatFormat::Verbose
- Defined in:
- lib/nyan_cat_format/verbose.rb
Instance Method Summary collapse
Instance Method Details
#progress_lines ⇒ Object
3 4 5 6 7 |
# File 'lib/nyan_cat_format/verbose.rb', line 3 def progress_lines [ format("%-#{terminal_width}s", finished? ? '' : "running: #{example_name}"), ].concat(super) end |