Method: Elasticated::QueryConditions#not_between
- Defined in:
- lib/elasticated/query_conditions.rb
#not_between(*args) ⇒ Object
50 51 52 |
# File 'lib/elasticated/query_conditions.rb', line 50 def not_between(*args) _must_not.between *args end |