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

              
                                        


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