Sha256: d9f2a91bbca00234def7a45365701e48edd612044d8b8e0a2ae7dbfcbc28740a

Contents?: true

Size: 485 Bytes

Versions: 25

Compression:

Stored size: 485 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_singletons
          emit_regexp_mutations
        end

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

Version data entries

25 entries across 25 versions & 1 rubygems

Version Path
mutant-0.8.0 lib/mutant/mutator/node/match_current_line.rb
mutant-0.7.9 lib/mutant/mutator/node/match_current_line.rb
mutant-0.7.8 lib/mutant/mutator/node/match_current_line.rb
mutant-0.7.7 lib/mutant/mutator/node/match_current_line.rb
mutant-0.7.6 lib/mutant/mutator/node/match_current_line.rb
mutant-0.7.5 lib/mutant/mutator/node/match_current_line.rb
mutant-0.7.4 lib/mutant/mutator/node/match_current_line.rb
mutant-0.7.3 lib/mutant/mutator/node/match_current_line.rb
mutant-0.7.2 lib/mutant/mutator/node/match_current_line.rb
mutant-0.7.1 lib/mutant/mutator/node/match_current_line.rb
mutant-0.6.7 lib/mutant/mutator/node/match_current_line.rb
mutant-0.6.6 lib/mutant/mutator/node/match_current_line.rb
mutant-0.6.5 lib/mutant/mutator/node/match_current_line.rb
mutant-0.6.4 lib/mutant/mutator/node/match_current_line.rb
mutant-0.6.3 lib/mutant/mutator/node/match_current_line.rb
mutant-0.6.2 lib/mutant/mutator/node/match_current_line.rb
mutant-0.6.0 lib/mutant/mutator/node/match_current_line.rb
mutant-0.5.26 lib/mutant/mutator/node/match_current_line.rb
mutant-0.5.25 lib/mutant/mutator/node/match_current_line.rb
mutant-0.5.24 lib/mutant/mutator/node/match_current_line.rb