Sha256: 63c3f3a2ed159487aa036eee87c9224c9bb538fd0da5c1887e1f7d5835995447
Contents?: true
Size: 200 Bytes
Versions: 20
Compression:
Stored size: 200 Bytes
Contents
module SlimLint::Matcher # Does not match anything. # # This is used in specs. class Nothing < Base # @see {SlimLint::Matcher::Base#match?} def match?(*) false end end end
Version data entries
20 entries across 20 versions & 1 rubygems