Sha256: 6c551447321c712bb6f98670d9cd36611dcc7f3f18734e8a19f73846356bf6fd

Contents?: true

Size: 410 Bytes

Versions: 7

Compression:

Stored size: 410 Bytes

Contents

module Mutant
  class Mutator
    class Node

      # Mutator for super without parentheses
      class ZSuper < self

        handle(:zsuper)

      private

        # Emit mutations
        #
        # @return [undefined]
        #
        # @api private
        def dispatch
          emit_singletons
          emit(N_EMPTY_SUPER)
        end

      end # ZSuper
    end # Node
  end # Mutator
end # Mutant

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
mutant-0.8.8 lib/mutant/mutator/node/zsuper.rb
mutant-0.8.7 lib/mutant/mutator/node/zsuper.rb
mutant-0.8.6 lib/mutant/mutator/node/zsuper.rb
mutant-0.8.5 lib/mutant/mutator/node/zsuper.rb
mutant-0.8.4 lib/mutant/mutator/node/zsuper.rb
mutant-0.8.3 lib/mutant/mutator/node/zsuper.rb
mutant-0.8.2 lib/mutant/mutator/node/zsuper.rb