Class: Array
- Inherits:
-
Object
- Object
- Array
- Defined in:
- lib/array_with_progress.rb
Instance Method Summary collapse
Instance Method Details
#each_with_progress(description = '', options = {}, &block) ⇒ Object
5 6 7 |
# File 'lib/array_with_progress.rb', line 5 def each_with_progress(description = '', = {}, &block) ArrayProgressOperation.new(self, description, ).run!(&block) end |