Class: MockOutput

Inherits:
Object
  • Object
show all
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

#flushObject



278
279
# File 'lib/progress_bar.rb', line 278

def flush
end


272
273
# File 'lib/progress_bar.rb', line 272

def print(str)
end

#puts(str) ⇒ Object



275
276
# File 'lib/progress_bar.rb', line 275

def puts(str)
end