method
open_ended?
v6.1.7.7 -
Show latest stable
- Class:
Arel::Predications
open_ended?(value)private
No documentation available.
# File activerecord/lib/arel/predications.rb, line 246
def open_ended?(value)
value.nil? || infinity?(value) || unboundable?(value)
end