class DBF::ColumnType::General

Public Instance Methods

type_cast(value) click to toggle source

@param value [String]

# File lib/dbf/column_type.rb, line 107
def type_cast(value)
  value
end