Class: Gem::StreamUI::SilentDownloadReporter

Inherits:
Object
  • Object
show all
Defined in:
lib/rubygems/user_interaction.rb

Overview

An absolutely silent download reporter.

Instance Method Summary collapse

Constructor Details

#initialize(out_stream, *args) ⇒ SilentDownloadReporter

Returns a new instance of SilentDownloadReporter.



461
462
# File 'lib/rubygems/user_interaction.rb', line 461

def initialize(out_stream, *args)
end

Instance Method Details

#doneObject



470
471
# File 'lib/rubygems/user_interaction.rb', line 470

def done
end

#fetch(filename, filesize) ⇒ Object



464
465
# File 'lib/rubygems/user_interaction.rb', line 464

def fetch(filename, filesize)
end

#update(current) ⇒ Object



467
468
# File 'lib/rubygems/user_interaction.rb', line 467

def update(current)
end