Method: Gem::StreamUI::SimpleProgressReporter#count
- Defined in:
- lib/rubygems/user_interaction.rb
#count ⇒ Object (readonly)
The number of progress items counted so far.
419 420 421 |
# File 'lib/rubygems/user_interaction.rb', line 419 def count @count end |