Method: MetaWhere::ConditionOperators#-

Defined in:
lib/meta_where/condition_operators.rb

#-(other) ⇒ Object



11
12
13
# File 'lib/meta_where/condition_operators.rb', line 11

def -(other)
  And.new(self, Not.new(other))
end