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