11 12 13
# File 'lib/meta_where/condition_operators.rb', line 11 def -(other) And.new(self, Not.new(other)) end