class RSpec::Matchers::BuiltIn::RespondTo

def with(n)

def with(n)
  @expected_arity = n
  self
end