# File lib/tins/null.rb, line 53
      def Null(value = nil)
        value.nil? ? Tins::NULL : value
      end