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