60 61 62
# File 'lib/tins/null.rb', line 60 def null(value = nil) value.nil? ? Tins::NULL : value end