Method: Gem::StreamUI::ThreadedDownloadReporter#initialize
- Defined in:
- lib/rubygems/user_interaction.rb
#initialize(out_stream, *args) ⇒ ThreadedDownloadReporter
Creates a new threaded download reporter that will display on out_stream. The other arguments are ignored.
550 551 552 553 |
# File 'lib/rubygems/user_interaction.rb', line 550 def initialize(out_stream, *args) @file_name = nil @out = out_stream end |