Sha256: 3e848f8ef45959199d42d355b3bf0d1fd1e2f8438bc2580ef55f944cfec80c86

Contents?: true

Size: 478 Bytes

Versions: 8

Compression:

Stored size: 478 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 mutants
        #
        # @return [undefined]
        #
        # @api private
        #
        def dispatch
          emit_nil
          emit_regexp_mutations
        end

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

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
mutant-0.5.18 lib/mutant/mutator/node/match_current_line.rb
mutant-0.5.17 lib/mutant/mutator/node/match_current_line.rb
mutant-0.5.16 lib/mutant/mutator/node/match_current_line.rb
mutant-0.5.15 lib/mutant/mutator/node/match_current_line.rb
mutant-0.5.14 lib/mutant/mutator/node/match_current_line.rb
mutant-0.5.13 lib/mutant/mutator/node/match_current_line.rb
mutant-0.5.12 lib/mutant/mutator/node/match_current_line.rb
mutant-0.5.11 lib/mutant/mutator/node/match_current_line.rb