method
open_ended?
v7.2.3 -
Show 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