class RSpec::Support::MethodSignature

def unlimited_args?

def unlimited_args?
  @max_non_kw_args == INFINITY
end