1. Gem::
  2. StreamUI::
  3. SilentDownloadReporter

class Gem::StreamUI::SilentDownloadReporter

An absolutely silent download reporter.

Public Class Methods

Source
# File lib/rubygems/user_interaction.rb, line 514definitialize(out_stream,*args)end

The silent download reporter ignores all arguments

Public Instance Methods

Source
# File lib/rubygems/user_interaction.rb, line 534defdoneend

The silent download reporter won’t tell you when the download is done. Because it is silent.

Source
# File lib/rubygems/user_interaction.rb, line 521deffetch(filename,filesize)end

The silent download reporter does not displayfilename or care aboutfilesize because it is silent.

Source
# File lib/rubygems/user_interaction.rb, line 527defupdate(current)end

Nothing can update the silent download reporter.