Skip to Content Skip to Search

An absolutely silent download reporter.

Methods
D
F
N
U

Class Public methods

new(out_stream, *args)

The silent download reporter ignores all arguments

# File ruby/lib/rubygems/user_interaction.rb, line 514
def initialize(out_stream, *args)
end

Instance Public methods

done()

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

# File ruby/lib/rubygems/user_interaction.rb, line 534
def done
end

fetch(filename, filesize)

The silent download reporter does not display filename or care about filesize because it is silent.

# File ruby/lib/rubygems/user_interaction.rb, line 521
def fetch(filename, filesize)
end

update(current)

Nothing can update the silent download reporter.

# File ruby/lib/rubygems/user_interaction.rb, line 527
def update(current)
end