Class: MockOutput
- Inherits:
-
Object
- Object
- MockOutput
- Defined in:
- lib/progress_bar.rb
Overview
Used instead of $stderr when Log.debug == true This helps keep us from junking up unit test output with download status messages
Instance Method Summary collapse
Instance Method Details
#flush ⇒ Object
278 279 |
# File 'lib/progress_bar.rb', line 278 def flush end |
#puts(str) ⇒ Object
275 276 |
# File 'lib/progress_bar.rb', line 275 def puts(str) end |