Sha256: cea44ed7098750452c8e0c7b9e6f40e2c43ef9b19a86d66e8d5a7c4ba9f7f5ca

Contents?: true

Size: 264 Bytes

Versions: 20

Compression:

Stored size: 264 Bytes

Contents

# frozen_string_literal: true

Mutant::Meta::Example.add :const do
  source 'A::B::C'

  singleton_mutations
  mutation 'B::C'
  mutation 'C'
end

Mutant::Meta::Example.add :const do
  source 'A.foo'

  singleton_mutations
  mutation 'A'
  mutation 'self.foo'
end

Version data entries

20 entries across 20 versions & 1 rubygems

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