Class: ADT::ColumnType::Nil

Inherits:
Base
  • Object
show all
Defined in:
lib/adt/column_type.rb

Instance Method Summary collapse

Instance Method Details

#flagObject



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