Method: Elasticated::QueryConditions#must_not
- Defined in:
- lib/elasticated/query_conditions.rb
#must_not(&block) ⇒ Object
32 33 34 |
# File 'lib/elasticated/query_conditions.rb', line 32 def must_not(&block) _must_not.evaluate block end |