Sha256: 0fc30e9ec2cd6958525855145d669951ec60e1630410e96dfb8e5a403860f73c
Contents?: true
Size: 284 Bytes
Versions: 23
Compression:
Stored size: 284 Bytes
Contents
# encoding: utf-8 Mutant::Meta::Example.add do source '"foo#{bar}baz"' singleton_mutations mutation '"#{nil}#{bar}baz"' mutation '"#{self}#{bar}baz"' mutation '"foo#{bar}#{nil}"' mutation '"foo#{bar}#{self}"' mutation '"foo#{nil}baz"' mutation '"foo#{self}baz"' end
Version data entries
23 entries across 23 versions & 1 rubygems