Sha256: c15e223bef0fdbabc2cba29444172c3c2c2dc76865e66bb7e9115dd6b3b0543a
Contents?: true
Size: 187 Bytes
Versions: 20
Compression:
Stored size: 187 Bytes
Contents
module SlimLint::Matcher # Will match anything, acting as a wildcard. class Anything < Base # @see {SlimLint::Matcher::Base#match?} def match?(*) true end end end
Version data entries
20 entries across 20 versions & 1 rubygems