method

open_ended?

rails latest stable - Class: Arel::Predications
open_ended?(value)
private

No documentation available.

# File activerecord/lib/arel/predications.rb, line 256
      def open_ended?(value)
        value.nil? || infinity?(value) || unboundable?(value)
      end