Sha256: 5dcb3f7ad2057a8013eece62cdb4aef0bd17d7fbdb8c672fa9b8657b80a16506

Contents?: true

Size: 302 Bytes

Versions: 20

Compression:

Stored size: 302 Bytes

Contents

# frozen_string_literal: true

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

20 entries across 20 versions & 1 rubygems

Version Path
mutant-0.9.11 meta/dstr.rb
mutant-0.9.10 meta/dstr.rb
mutant-0.9.9 meta/dstr.rb
mutant-0.9.8 meta/dstr.rb
mutant-0.9.7 meta/dstr.rb
mutant-0.9.6 meta/dstr.rb
mutant-0.9.5 meta/dstr.rb
mutant-0.9.4 meta/dstr.rb
mutant-0.9.3 meta/dstr.rb
mutant-0.9.2 meta/dstr.rb
mutant-0.9.1 meta/dstr.rb
mutant-0.9.0 meta/dstr.rb
mutant-0.8.24 meta/dstr.rb
mutant-0.8.23 meta/dstr.rb
mutant-0.8.22 meta/dstr.rb
mutant-0.8.21 meta/dstr.rb
mutant-0.8.20 meta/dstr.rb
mutant-0.8.19 meta/dstr.rb
mutant-0.8.18 meta/dstr.rb
mutant-0.8.17 meta/dstr.rb