An absolutely silent download reporter.
Class Methods
2.3
View on GitHub
# File tmp/rubies/ruby-2.3.8/lib/rubygems/user_interaction.rb, line 549
def initialize(out_stream, *args)
end
The silent download reporter ignores all arguments
Instance Methods
#
2.3
View on GitHub
# File tmp/rubies/ruby-2.3.8/lib/rubygems/user_interaction.rb, line 569
def done
end
The silent download reporter won’t tell you when the download is done. Because it is silent.
2.3
View on GitHub
# File tmp/rubies/ruby-2.3.8/lib/rubygems/user_interaction.rb, line 556
def fetch(filename, filesize)
end
The silent download reporter does not display filename or care about filesize because it is silent.
2.3
View on GitHub
# File tmp/rubies/ruby-2.3.8/lib/rubygems/user_interaction.rb, line 562
def update(current)
end
Nothing can update the silent download reporter.