# File lib/rspec/matchers/respond_to.rb, line 29
      def with(n)
        @expected_arity = n
        self
      end