# File lib/rspec/mocks/any_instance/chain.rb, line 68
        def never
          ErrorGenerator.raise_double_negation_error("expect_any_instance_of(MyClass)") if negated?
          super
        end