Sha256: fb789e1d45c03903b558c87140073297846ad07da275f6fee92d7e6f57101998

Contents?: true

Size: 444 Bytes

Versions: 6

Compression:

Stored size: 444 Bytes

Contents

module Mutant
  class Mutator
    class Node
      # Emitter for perl style match current line node
      class MatchCurrentLine < self

        handle :match_current_line

        children :regexp

      private

        # Emit mutations
        #
        # @return [undefined]
        def dispatch
          emit_singletons
          emit_regexp_mutations
        end

      end # MatchCurrentLine
    end # Node
  end # Mutator
end # Mutant

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
mutant-0.8.16 lib/mutant/mutator/node/match_current_line.rb
mutant-0.8.15 lib/mutant/mutator/node/match_current_line.rb
mutant-0.8.14 lib/mutant/mutator/node/match_current_line.rb
mutant-0.8.13 lib/mutant/mutator/node/match_current_line.rb
mutant-0.8.12 lib/mutant/mutator/node/match_current_line.rb
mutant-0.8.11 lib/mutant/mutator/node/match_current_line.rb