17 18 19
# File 'activerecord/lib/arel/predications.rb', line 17 def eq(other) Nodes::Equality.new self, quoted_node(other) end