Method: Fech::Filing#each_row_with_index
- Defined in:
- lib/fech/filing.rb
#each_row_with_index(&block) ⇒ Object
Wrapper around .each_row to include indexes
341 342 343 |
# File 'lib/fech/filing.rb', line 341 def each_row_with_index(&block) each_row(:with_index => true, &block) end |