Class: Gem::StreamUI::SilentDownloadReporter
- Inherits:
-
Object
- Object
- Gem::StreamUI::SilentDownloadReporter
- Defined in:
- lib/rubygems/user_interaction.rb
Overview
An absolutely silent download reporter.
Instance Method Summary (collapse)
- - (Object) done
- - (Object) fetch(filename, filesize)
-
- (SilentDownloadReporter) initialize(out_stream, *args)
constructor
A new instance of SilentDownloadReporter.
- - (Object) update(current)
Constructor Details
- (SilentDownloadReporter) initialize(out_stream, *args)
A new instance of SilentDownloadReporter
431 432 |
# File 'lib/rubygems/user_interaction.rb', line 431 def initialize(out_stream, *args) end |
Instance Method Details
- (Object) done
440 441 |
# File 'lib/rubygems/user_interaction.rb', line 440 def done end |
- (Object) fetch(filename, filesize)
434 435 |
# File 'lib/rubygems/user_interaction.rb', line 434 def fetch(filename, filesize) end |
- (Object) update(current)
437 438 |
# File 'lib/rubygems/user_interaction.rb', line 437 def update(current) end |