BinaryQ, UnaryQ
34 35 36
# File 'lib/dolzenko/django_q_object.rb', line 34 def &(other) AndQ.new(self, other) end
30 31 32
# File 'lib/dolzenko/django_q_object.rb', line 30 def |(other) OrQ.new(self, other) end
38 39 40
# File 'lib/dolzenko/django_q_object.rb', line 38 def ~ NotQ.new(self) end