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 461 def initialize(out_stream, *args) end
Public Instance Methods
done()
click to toggle source
# File lib/rubygems/user_interaction.rb, line 470 def done end
fetch(filename, filesize)
click to toggle source
# File lib/rubygems/user_interaction.rb, line 464 def fetch(filename, filesize) end
update(current)
click to toggle source
# File lib/rubygems/user_interaction.rb, line 467 def update(current) end