Class: Csv2hash::Adapter::Abstract
- Inherits:
-
Object
- Object
- Csv2hash::Adapter::Abstract
- Defined in:
- lib/csv2hash/adapters/abstract.rb
Direct Known Subclasses
Instance Method Summary (collapse)
Instance Method Details
- (Object) source
5 6 7 |
# File 'lib/csv2hash/adapters/abstract.rb', line 5 def source raise NotImplementedError end |