class RSpec::Matchers::BuiltIn::RespondTo

def with_arity_string

def with_arity_string
  "#{@expected_arity} argument#{@expected_arity == 1 ? '' : 's'}"
end