aboutsummaryrefslogblamecommitdiffstats
path: root/activerecord/lib/arel/nodes/in.rb
blob: 2be45d6f991594e780cc7daefb4908580bcb22bd (plain) (tree)
1
2
3
4
5
6
7
8
                             
 
                         




                       
# frozen_string_literal: true

module Arel # :nodoc: all
  module Nodes
    class In < Equality
    end
  end
end