# File lib/rspec/mocks/mock.rb, line 37
      def respond_to?(sym, incl_private=false)
        __mock_proxy.null_object? ? true : super
      end