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