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