Method: Elasticated::BooleanClause#empty?

Defined in:
lib/elasticated/boolean_clause.rb

#empty?Boolean

Returns:

  • (Boolean)


31
32
33
# File 'lib/elasticated/boolean_clause.rb', line 31

def empty?
  count == 0
end