Sha256: bd8cd24a58a80b264409da80be235e809d9bd4aac9645b5c05ba39b7035a6a7f

Contents?: true

Size: 271 Bytes

Versions: 6

Compression:

Stored size: 271 Bytes

Contents

Mutant::Meta::Example.add :dstr 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

6 entries across 6 versions & 1 rubygems

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