Sha256: b442f1bc61b74fe3f332c5379f08d7b442d11fca5ac2154d5063a5ebc2701f04

Contents?: true

Size: 315 Bytes

Versions: 77

Compression:

Stored size: 315 Bytes

Contents

# frozen_string_literal: true

module Mutant
  class Mutator
    class Node

      # Kwbegin mutator
      class Kwbegin < Generic

        handle(:kwbegin)

      private

        def dispatch
          super()
          emit_singletons
        end

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

Version data entries

77 entries across 77 versions & 1 rubygems

Version Path
mutant-0.12.2 lib/mutant/mutator/node/kwbegin.rb
mutant-0.12.0 lib/mutant/mutator/node/kwbegin.rb
mutant-0.11.34 lib/mutant/mutator/node/kwbegin.rb
mutant-0.11.33 lib/mutant/mutator/node/kwbegin.rb
mutant-0.11.32 lib/mutant/mutator/node/kwbegin.rb
mutant-0.11.31 lib/mutant/mutator/node/kwbegin.rb
mutant-0.11.30 lib/mutant/mutator/node/kwbegin.rb
mutant-0.11.29 lib/mutant/mutator/node/kwbegin.rb
mutant-0.11.28 lib/mutant/mutator/node/kwbegin.rb
mutant-0.11.27 lib/mutant/mutator/node/kwbegin.rb
mutant-0.11.26 lib/mutant/mutator/node/kwbegin.rb
mutant-0.11.25 lib/mutant/mutator/node/kwbegin.rb
mutant-0.11.24 lib/mutant/mutator/node/kwbegin.rb
mutant-0.11.23 lib/mutant/mutator/node/kwbegin.rb
mutant-0.11.22 lib/mutant/mutator/node/kwbegin.rb
mutant-0.11.21 lib/mutant/mutator/node/kwbegin.rb
mutant-0.11.20 lib/mutant/mutator/node/kwbegin.rb
mutant-0.11.19 lib/mutant/mutator/node/kwbegin.rb
mutant-0.11.18 lib/mutant/mutator/node/kwbegin.rb
mutant-0.11.17 lib/mutant/mutator/node/kwbegin.rb