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