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