Class: InCSV::Types::String
- Inherits:
-
ColumnType
- Object
- ColumnType
- InCSV::Types::String
- Defined in:
- lib/incsv/types/string.rb
Instance Method Summary collapse
Methods inherited from ColumnType
clean_value, #clean_value, for_database, #initialize, name
Constructor Details
This class inherits a constructor from InCSV::ColumnType
Instance Method Details
#match? ⇒ Boolean
4 5 6 |
# File 'lib/incsv/types/string.rb', line 4 def match? true end |