aboutsummaryrefslogblamecommitdiffstats
path: root/lib/arel/nodes/not_in.rb
blob: 6c01921a4609f85a63cf3c0c453a46b6fe69ff74 (plain) (tree)
1
2
3
4
5
6

              
                                     


       
module Arel
  module Nodes
    class NotIn < Arel::Nodes::Binary
    end
  end
end