class RSpec::Support::MethodSignatureVerifier

def unlimited_args?

def unlimited_args?
  !@unlimited_args || @signature.unlimited_args?
end