aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel/nodes/in.rb
blob: 6ccf37a053f2b9c5e7f28115365bc12a9a0ec15c (plain) (blame)
1
2
3
4
5
6
module Arel
  module Nodes
    class In < Equality
    end
  end
end