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