Method: #nullify
- Defined in:
- ext/nmatrix/ttable_helper.rb
#nullify(disabled = []) ⇒ Object
:nodoc:
18 19 20 |
# File 'ext/nmatrix/ttable_helper.rb', line 18 def nullify(disabled = []) #:nodoc: DTYPES.map { |t| if disabled.include?(t) then :NULL else t end } end |