Sha256: 3414e0ebafffab802ab18729e39c809f7b4c2a35c1d53238dddd475e66039bc4

Contents?: true

Size: 475 Bytes

Versions: 17

Compression:

Stored size: 475 Bytes

Contents

# frozen_string_literal: true

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

17 entries across 17 versions & 1 rubygems

Version Path
mutant-0.9.8 lib/mutant/mutator/node/match_current_line.rb
mutant-0.9.7 lib/mutant/mutator/node/match_current_line.rb
mutant-0.9.6 lib/mutant/mutator/node/match_current_line.rb
mutant-0.9.5 lib/mutant/mutator/node/match_current_line.rb
mutant-0.9.4 lib/mutant/mutator/node/match_current_line.rb
mutant-0.9.3 lib/mutant/mutator/node/match_current_line.rb
mutant-0.9.2 lib/mutant/mutator/node/match_current_line.rb
mutant-0.9.1 lib/mutant/mutator/node/match_current_line.rb
mutant-0.9.0 lib/mutant/mutator/node/match_current_line.rb
mutant-0.8.24 lib/mutant/mutator/node/match_current_line.rb
mutant-0.8.23 lib/mutant/mutator/node/match_current_line.rb
mutant-0.8.22 lib/mutant/mutator/node/match_current_line.rb
mutant-0.8.21 lib/mutant/mutator/node/match_current_line.rb
mutant-0.8.20 lib/mutant/mutator/node/match_current_line.rb
mutant-0.8.19 lib/mutant/mutator/node/match_current_line.rb
mutant-0.8.18 lib/mutant/mutator/node/match_current_line.rb
mutant-0.8.17 lib/mutant/mutator/node/match_current_line.rb