class DBF::ColumnType::Nil

Public Instance Methods

type_cast(_value) click to toggle source

@param _value [String]

# File lib/dbf/column_type.rb, line 16
def type_cast(_value)
  nil
end