Method: Gem::SilentUI#download_reporter
- Defined in:
- lib/rubygems/user_interaction.rb
#download_reporter(*args) ⇒ Object
:nodoc:
622 623 624 |
# File 'lib/rubygems/user_interaction.rb', line 622 def download_reporter(*args) # :nodoc: SilentDownloadReporter.new(@outs, *args) end |