Sha256: 32919bdbd78144dca650e17e9a98ad71a48e21b78c259433abc3f278fc9c07d2
Contents?: true
Size: 409 Bytes
Versions: 21
Compression:
Stored size: 409 Bytes
Contents
# encoding: utf-8 Mutant::Meta::Example.add do source '/foo/' singleton_mutations mutation '//' # match all mutation '/a\A/' # match nothing end Mutant::Meta::Example.add do source '/#{foo.bar}n/' singleton_mutations mutation '//' # match all mutation '/#{foo}n/' mutation '/a\A/' # match nothing mutation '/#{self.bar}n/' mutation '/#{nil}n/' mutation '/#{self}n/' end
Version data entries
21 entries across 21 versions & 1 rubygems