Sha256: 8678184719afc7a24e58f52945515f13a49e009b4f4c47f78e8d7b4ccb0ffcaf

Contents?: true

Size: 390 Bytes

Versions: 30

Compression:

Stored size: 390 Bytes

Contents

# encoding: utf-8

module Mutant
  class Mutator
    class Node

      # Dstr mutator
      class Dstr < Generic

        handle(:dstr)

      private

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

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

Version data entries

30 entries across 30 versions & 1 rubygems

Version Path
mutant-0.5.18 lib/mutant/mutator/node/dstr.rb
mutant-0.5.17 lib/mutant/mutator/node/dstr.rb
mutant-0.5.16 lib/mutant/mutator/node/dstr.rb
mutant-0.5.15 lib/mutant/mutator/node/dstr.rb
mutant-0.5.14 lib/mutant/mutator/node/dstr.rb
mutant-0.5.13 lib/mutant/mutator/node/dstr.rb
mutant-0.5.12 lib/mutant/mutator/node/dstr.rb
mutant-0.5.11 lib/mutant/mutator/node/dstr.rb
mutant-0.5.10 lib/mutant/mutator/node/dstr.rb
mutant-0.5.9 lib/mutant/mutator/node/dstr.rb
mutant-0.5.8 lib/mutant/mutator/node/dstr.rb
mutant-0.5.7 lib/mutant/mutator/node/dstr.rb
mutant-0.5.6 lib/mutant/mutator/node/dstr.rb
mutant-0.5.5 lib/mutant/mutator/node/dstr.rb
mutant-0.5.4 lib/mutant/mutator/node/dstr.rb
mutant-0.5.3 lib/mutant/mutator/node/dstr.rb
mutant-0.5.2 lib/mutant/mutator/node/dstr.rb
mutant-0.5.1 lib/mutant/mutator/node/dstr.rb
mutant-0.5.0 lib/mutant/mutator/node/dstr.rb
mutant-0.3.6 lib/mutant/mutator/node/dstr.rb