# File lib/rr/wildcard_matchers/satisfy.rb, line 15
      def ==(other)
        other.is_a?(self.class) &&
        other.expectation_proc.equal?(self.expectation_proc)
      end