An absolutely silent download reporter.
Methods
Class Public methods
new(out_stream, *args)
Link
The silent download reporter ignores all arguments
Source: show
# File lib/rubygems/user_interaction.rb, line 545 def initialize(out_stream, *args) end
Instance Public methods
done()
Link
The silent download reporter won't tell you when the download is done. Because it is silent.
Source: show
# File lib/rubygems/user_interaction.rb, line 565 def done end