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

Version Path
mutant-0.7.8 meta/dstr.rb
mutant-0.7.7 meta/dstr.rb
mutant-0.7.6 meta/dstr.rb
mutant-0.7.5 meta/dstr.rb
mutant-0.7.4 meta/dstr.rb
mutant-0.7.3 meta/dstr.rb
mutant-0.7.2 meta/dstr.rb
mutant-0.7.1 meta/dstr.rb
mutant-0.6.7 meta/dstr.rb
mutant-0.6.6 meta/dstr.rb
mutant-0.6.5 meta/dstr.rb
mutant-0.6.4 meta/dstr.rb
mutant-0.6.3 meta/dstr.rb
mutant-0.6.2 meta/dstr.rb
mutant-0.6.0 meta/dstr.rb
mutant-0.5.26 meta/dstr.rb
mutant-0.5.25 meta/dstr.rb
mutant-0.5.24 meta/dstr.rb
mutant-0.5.23 meta/dstr.rb
mutant-0.5.22 meta/dstr.rb