Sha256: 8990c69e503e56a3f277c708dc892b2b5a7c7291f08d62cadb4f5d3a018a00ee

Contents?: true

Size: 380 Bytes

Versions: 17

Compression:

Stored size: 380 Bytes

Contents

# frozen_string_literal: true

module Mutant
  class Mutator
    class Node

      # Kwbegin mutator
      class Kwbegin < Generic

        handle(:kwbegin)

      private

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

      end # Kwbegin
    end # Node
  end # Mutator
end # Mutant

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
mutant-0.9.8 lib/mutant/mutator/node/kwbegin.rb
mutant-0.9.7 lib/mutant/mutator/node/kwbegin.rb
mutant-0.9.6 lib/mutant/mutator/node/kwbegin.rb
mutant-0.9.5 lib/mutant/mutator/node/kwbegin.rb
mutant-0.9.4 lib/mutant/mutator/node/kwbegin.rb
mutant-0.9.3 lib/mutant/mutator/node/kwbegin.rb
mutant-0.9.2 lib/mutant/mutator/node/kwbegin.rb
mutant-0.9.1 lib/mutant/mutator/node/kwbegin.rb
mutant-0.9.0 lib/mutant/mutator/node/kwbegin.rb
mutant-0.8.24 lib/mutant/mutator/node/kwbegin.rb
mutant-0.8.23 lib/mutant/mutator/node/kwbegin.rb
mutant-0.8.22 lib/mutant/mutator/node/kwbegin.rb
mutant-0.8.21 lib/mutant/mutator/node/kwbegin.rb
mutant-0.8.20 lib/mutant/mutator/node/kwbegin.rb
mutant-0.8.19 lib/mutant/mutator/node/kwbegin.rb
mutant-0.8.18 lib/mutant/mutator/node/kwbegin.rb
mutant-0.8.17 lib/mutant/mutator/node/kwbegin.rb