Sha256: 450f3cd9ef47cee7281a8eb58e18da6af2c6f971eaa4261cfc012053a44c6fee

Contents?: true

Size: 265 Bytes

Versions: 12

Compression:

Stored size: 265 Bytes

Contents

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

12 entries across 12 versions & 1 rubygems

Version Path
mutant-0.8.10 meta/dstr.rb
mutant-0.8.9 meta/dstr.rb
mutant-0.8.8 meta/dstr.rb
mutant-0.8.7 meta/dstr.rb
mutant-0.8.6 meta/dstr.rb
mutant-0.8.5 meta/dstr.rb
mutant-0.8.4 meta/dstr.rb
mutant-0.8.3 meta/dstr.rb
mutant-0.8.2 meta/dstr.rb
mutant-0.8.1 meta/dstr.rb
mutant-0.8.0 meta/dstr.rb
mutant-0.7.9 meta/dstr.rb