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