Sha256: 4468e3c7179fa3cbdf3985d1cd1778a3650e90268bf82d2873a908419484dc64

Contents?: true

Size: 337 Bytes

Versions: 6

Compression:

Stored size: 337 Bytes

Contents

module Mutant
  class Mutator
    class Node

      # Dstr mutator
      class Dstr < Generic

        handle(:dstr)

      private

        # Emit mutations
        #
        # @return [undefined]
        def dispatch
          super()
          emit_singletons
        end

      end # Dstr
    end # Node
  end # Mutator
end # Mutant

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
mutant-0.8.16 lib/mutant/mutator/node/dstr.rb
mutant-0.8.15 lib/mutant/mutator/node/dstr.rb
mutant-0.8.14 lib/mutant/mutator/node/dstr.rb
mutant-0.8.13 lib/mutant/mutator/node/dstr.rb
mutant-0.8.12 lib/mutant/mutator/node/dstr.rb
mutant-0.8.11 lib/mutant/mutator/node/dstr.rb