Sha256: 721e4dbf1fe534c78f35244ee1709cd9682c1ec6fa1f4669a91f00ef89f04fa4

Contents?: true

Size: 410 Bytes

Versions: 79

Compression:

Stored size: 410 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

        def dispatch
          emit_singletons
          emit_regexp_mutations
        end

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

Version data entries

79 entries across 79 versions & 1 rubygems

Version Path
mutant-0.12.4 lib/mutant/mutator/node/match_current_line.rb
mutant-0.12.3 lib/mutant/mutator/node/match_current_line.rb
mutant-0.12.2 lib/mutant/mutator/node/match_current_line.rb
mutant-0.12.0 lib/mutant/mutator/node/match_current_line.rb
mutant-0.11.34 lib/mutant/mutator/node/match_current_line.rb
mutant-0.11.33 lib/mutant/mutator/node/match_current_line.rb
mutant-0.11.32 lib/mutant/mutator/node/match_current_line.rb
mutant-0.11.31 lib/mutant/mutator/node/match_current_line.rb
mutant-0.11.30 lib/mutant/mutator/node/match_current_line.rb
mutant-0.11.29 lib/mutant/mutator/node/match_current_line.rb
mutant-0.11.28 lib/mutant/mutator/node/match_current_line.rb
mutant-0.11.27 lib/mutant/mutator/node/match_current_line.rb
mutant-0.11.26 lib/mutant/mutator/node/match_current_line.rb
mutant-0.11.25 lib/mutant/mutator/node/match_current_line.rb
mutant-0.11.24 lib/mutant/mutator/node/match_current_line.rb
mutant-0.11.23 lib/mutant/mutator/node/match_current_line.rb
mutant-0.11.22 lib/mutant/mutator/node/match_current_line.rb
mutant-0.11.21 lib/mutant/mutator/node/match_current_line.rb
mutant-0.11.20 lib/mutant/mutator/node/match_current_line.rb
mutant-0.11.19 lib/mutant/mutator/node/match_current_line.rb