Class: CSV::Row
- Inherits:
-
Object
- Object
- CSV::Row
- Defined in:
- lib/core_ext/csv_row.rb
Instance Method Summary collapse
Instance Method Details
#==(other) ⇒ Object
5 6 7 8 |
# File 'lib/core_ext/csv_row.rb', line 5 def ==(other) return @row == other.row if other.is_a? CSV::Row @row == other end |