Class: Array

Inherits:
Object
  • Object
show all
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 = '', options = {}, &block)
  ArrayProgressOperation.new(self, description, options).run!(&block)
end