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