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