Class: DBF::ColumnType::General
Constant Summary
Constants inherited from Base
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
Constructor Details
This class inherits a constructor from DBF::ColumnType::Base
Instance Method Details
#type_cast(value) ⇒ Object
90 91 92 |
# File 'lib/dbf/column_type.rb', line 90 def type_cast(value) value end |