Sha256: 04aab94256a9a0029508bae7099223ff0ec22194599711708ea83afde47383b5
Contents?: true
Size: 392 Bytes
Versions: 3
Compression:
Stored size: 392 Bytes
Contents
# frozen_string_literal: true Mutant::Meta::Example.add :begin do source 'true; false' # Mutation of each statement in block mutation 'true; true' mutation 'false; false' # Delete each statement mutation 'true' mutation 'false' end Mutant::Meta::Example.add :begin do source s(:begin, s(:true)) # Mutation of each statement in block mutation s(:begin, s(:false)) end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
mutant-0.9.11 | meta/begin.rb |
mutant-0.9.10 | meta/begin.rb |
mutant-0.9.9 | meta/begin.rb |