Sha256: 5a9940a73d6e5e58a4c00e7c535e848ab9153a8bdf4470c6bd4c5e65aa6a6640

Contents?: true

Size: 319 Bytes

Versions: 6

Compression:

Stored size: 319 Bytes

Contents

Mutant::Meta::Example.add :dsym do
  source ':"foo#{bar}baz"'

  singleton_mutations

  mutation ':"#{nil}#{bar}#{"baz"}"'
  mutation ':"#{self}#{bar}#{"baz"}"'
  mutation ':"#{"foo"}#{nil}#{"baz"}"'
  mutation ':"#{"foo"}#{self}#{"baz"}"'
  mutation ':"#{"foo"}#{bar}#{nil}"'
  mutation ':"#{"foo"}#{bar}#{self}"'
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
mutant-0.8.16 meta/dsym.rb
mutant-0.8.15 meta/dsym.rb
mutant-0.8.14 meta/dsym.rb
mutant-0.8.13 meta/dsym.rb
mutant-0.8.12 meta/dsym.rb
mutant-0.8.11 meta/dsym.rb