class RSpec::Matchers::BuiltIn::RespondTo

def with(n)

Other tags:
    Api: - public
def with(n)
  @expected_arity = n
  self
end