Sha256: 95a72031a32d229a2a22a60fe3f6c56304ea07144976501e8e2c5562db0548ee

Contents?: true

Size: 378 Bytes

Versions: 24

Compression:

Stored size: 378 Bytes

Contents

module Mutant
  class Mutator
    class Node

      # Dstr mutator
      class Dstr < Generic

        handle(:dstr)

      private

        # Emit mutations
        #
        # @return [undefined]
        #
        # @api private
        #
        def dispatch
          super
          emit_singletons
        end

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

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
mutant-0.8.0 lib/mutant/mutator/node/dstr.rb
mutant-0.7.9 lib/mutant/mutator/node/dstr.rb
mutant-0.7.8 lib/mutant/mutator/node/dstr.rb
mutant-0.7.7 lib/mutant/mutator/node/dstr.rb
mutant-0.7.6 lib/mutant/mutator/node/dstr.rb
mutant-0.7.5 lib/mutant/mutator/node/dstr.rb
mutant-0.7.4 lib/mutant/mutator/node/dstr.rb
mutant-0.7.3 lib/mutant/mutator/node/dstr.rb
mutant-0.7.2 lib/mutant/mutator/node/dstr.rb
mutant-0.7.1 lib/mutant/mutator/node/dstr.rb
mutant-0.6.7 lib/mutant/mutator/node/dstr.rb
mutant-0.6.6 lib/mutant/mutator/node/dstr.rb
mutant-0.6.5 lib/mutant/mutator/node/dstr.rb
mutant-0.6.4 lib/mutant/mutator/node/dstr.rb
mutant-0.6.3 lib/mutant/mutator/node/dstr.rb
mutant-0.6.2 lib/mutant/mutator/node/dstr.rb
mutant-0.6.0 lib/mutant/mutator/node/dstr.rb
mutant-0.5.26 lib/mutant/mutator/node/dstr.rb
mutant-0.5.25 lib/mutant/mutator/node/dstr.rb
mutant-0.5.24 lib/mutant/mutator/node/dstr.rb