Sha256: bd247b7da7d305ff35394c01c982268be5774491655792fed2f00a7190bd99c4
Contents?: true
Size: 140 Bytes
Versions: 29
Compression:
Stored size: 140 Bytes
Contents
class MatchItem def initialize(name, matcher, negate) self.name = name self.matcher = matcher self.negate = negate end end
Version data entries
29 entries across 29 versions & 1 rubygems