4127484bc1
ae547dc139
87b6856806
1 2
3
4 5 6
7 8 9
module Arel module Nodes class Equality < Arel::Nodes::Binary def operator; :== end alias :operand1 :left alias :operand2 :right end end end