Module: Csv2hash::Discover
- Included in:
- Validator
- Defined in:
- lib/csv2hash/discover.rb
Instance Method Summary collapse
Instance Method Details
#find_dynamic_position(cell, header = nil) ⇒ Object
4 5 6 |
# File 'lib/csv2hash/discover.rb', line 4 def find_dynamic_position cell, header = nil header.present? ? find_dynamic_position_x(cell, header) : find_dynamic_position_y(cell) end |