Method: Progressor::Iteration.each
- Defined in:
- lib/progressor/iteration.rb
.each(collection, **options, &block) ⇒ Object
Iterates using .iterate and the #each method
51 52 53 |
# File 'lib/progressor/iteration.rb', line 51 def self.each(collection, **, &block) iterate(:each, collection, **, &block) end |