class Gem::StreamUI::SilentDownloadReporter

An absolutely silent download reporter.

Public Class Methods

new(out_stream, *args) click to toggle source
# File lib/rubygems/user_interaction.rb, line 471
def initialize(out_stream, *args)
end

Public Instance Methods

done() click to toggle source
# File lib/rubygems/user_interaction.rb, line 480
def done
end
fetch(filename, filesize) click to toggle source
# File lib/rubygems/user_interaction.rb, line 474
def fetch(filename, filesize)
end
update(current) click to toggle source
# File lib/rubygems/user_interaction.rb, line 477
def update(current)
end