Sha256: 32429b1aea370ed099591fa3ab249377f762ca93c52e4c4ad7d63e4e2f86a2f8
Contents?: true
Size: 504 Bytes
Versions: 8
Compression:
Stored size: 504 Bytes
Contents
# frozen_string_literal: true module Mutant class Mutator class Node module Regexp # Mutator for pipe in `/foo|bar/` regexp class AlternationMeta < Node handle(:regexp_alternation_meta) private # Dispatch mutations # # @return [undefined] def dispatch children.each_index(&method(:delete_child)) end end # AlternationMeta end # Regexp end # Node end # Mutator end # Mutant
Version data entries
8 entries across 8 versions & 1 rubygems