method

eql?

v7.1.3.2 - Show latest stable - Class: Arel::Nodes::Extract
eql?(other)
public

No documentation available.

# File activerecord/lib/arel/nodes/extract.rb, line 17
      def eql?(other)
        super &&
          self.field == other.field
      end