Class: ADT::ColumnType::Nil
Instance Method Summary collapse
Instance Method Details
#flag ⇒ Object
12 13 14 |
# File 'lib/adt/column_type.rb', line 12 def flag '' end |
#type_cast(_value, _table) ⇒ Object
8 9 10 |
# File 'lib/adt/column_type.rb', line 8 def type_cast(_value, _table) nil end |