class RSpec::Matchers::BuiltIn::RespondTo

def with_arity

def with_arity
  @expected_arity.nil?? "" :
    " with #{@expected_arity} argument#{@expected_arity == 1 ? '' : 's'}"
end