class RSpec::Support::LooseSignatureVerifier::SignatureWithKeywordArgumentsMatcher

If a matcher is used in a signature in place of keyword arguments, all keyword argument validation needs to be skipped since the matcher is opaque.

Instead, keyword arguments will be validated when the method is called and they are actually known.

@private