eql?(other)
No documentation available.
# File activerecord/lib/arel/nodes/unary.rb, line 18 def eql?(other) self.class == other.class && self.expr == other.expr end