# File lib/rspec/mocks/proxy_for_nil.rb, line 23
      def add_stub(location, method_name, opts={}, &implementation)
        warn(method_name) if warn_about_expectations?
        super
      end