Method: CountedEach#counted_each
- Defined in:
- lib/counted_each.rb
#counted_each(*args, &block) ⇒ Object
2 3 4 |
# File 'lib/counted_each.rb', line 2 def counted_each(*args, &block) ::CountedEach::Counter.new(self).iterate(false, &block) end |