Method: Elasticated::BooleanClause#add
- Defined in:
- lib/elasticated/boolean_clause.rb
#add(condition) ⇒ Object
conditions
21 22 23 |
# File 'lib/elasticated/boolean_clause.rb', line 21 def add(condition) conditions << condition end |