method
each
v2_6_3 -
Show latest stable
- Class:
CSV::Row
each(&block)public
Yields each pair of the row as header and field tuples (much like iterating over a Hash). This method returns the row for chaining.
If no block is given, an Enumerator is returned.
Support for Enumerable.