class Gem::StreamUI::SilentDownloadReporter
Ein absolut stiller Download-Bericht.
Öffentliche Klassenmethoden
Source
# File lib/rubygems/user_interaction.rb, line 511 def initialize(out_stream, *args) end
Der stille Download-Bericht ignoriert alle Argumente
Öffentliche Instanzmethoden
Source
# File lib/rubygems/user_interaction.rb, line 531 def done end
Der stille Download-Bericht wird Ihnen nicht mitteilen, wann der Download abgeschlossen ist. Weil er still ist.
Source
# File lib/rubygems/user_interaction.rb, line 518 def fetch(filename, filesize) end
Der stille Download-Bericht zeigt filename nicht an und kümmert sich nicht um filesize, weil er still ist.
Source
# File lib/rubygems/user_interaction.rb, line 524 def update(current) end
Nichts kann den stillen Download-Bericht aktualisieren.