Method: Gem::StreamUI::ThreadedDownloadReporter#update
- Defined in:
- lib/rubygems/user_interaction.rb
#update(bytes) ⇒ Object
Updates the threaded download reporter for the given number of bytes.
569 570 571 |
# File 'lib/rubygems/user_interaction.rb', line 569 def update(bytes) # Do nothing. end |