method

eql?

v8.1.1 - Show latest stable - Class: Arel::Nodes::Unary
eql?(other)
public

No documentation available.

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