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.



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

def initialize(out_stream, *args)
end

Instance Method Details

#doneObject



480
481
# File 'lib/rubygems/user_interaction.rb', line 480

def done
end

#fetch(filename, filesize) ⇒ Object



474
475
# File 'lib/rubygems/user_interaction.rb', line 474

def fetch(filename, filesize)
end

#update(current) ⇒ Object



477
478
# File 'lib/rubygems/user_interaction.rb', line 477

def update(current)
end