aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel/nodes/not_in.rb
blob: 6cb2c6f832bd942f028e749c497261f0674977ac (plain) (blame)
1
2
3
4
5
6
module Arel
  module Nodes
    class NotIn < Binary
    end
  end
end