Object
An absolutely silent download reporter.
The silent download reporter ignores all arguments
# File rubygems/user_interaction.rb, line 553 def initialize(out_stream, *args) end
The silent download reporter won't tell you when the download is done. Because it is silent.
# File rubygems/user_interaction.rb, line 573 def done end
The silent download reporter does not display filename or care about filesize because it is silent.
filename
filesize
# File rubygems/user_interaction.rb, line 560 def fetch(filename, filesize) end
Nothing can update the silent download reporter.
# File rubygems/user_interaction.rb, line 566 def update(current) end
This page was generated for Ruby 2.5.1
Ruby-doc.org is provided by James Britt and Neurogami. Hack your world. Feed your head. Live curious.
Generated with Ruby-doc Rdoc Generator 0.42.0.