Sha256: 5d25139e71a1a3f634bd1dd0a563abf85501c686e32422c32b9c6deab6fcf60a
Contents?: true
Size: 283 Bytes
Versions: 18
Compression:
Stored size: 283 Bytes
Contents
# encoding: utf-8 Mutant::Meta::Example.add do source 'true if /foo/' singleton_mutations mutation 'false if /foo/' mutation 'true if //' mutation 'nil if /foo/' mutation 'true if true' mutation 'true if false' mutation 'true if nil' mutation 'true if /a\A/' end
Version data entries
18 entries across 18 versions & 1 rubygems