Sha256: 2a749a7c2ba9fafb7dad79c0e0509c6ca3b1ed1da767e1caca9b44dc4c4bd906
Contents?: true
Size: 429 Bytes
Versions: 30
Compression:
Stored size: 429 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 def dispatch children.each_index(&method(:delete_child)) end end # AlternationMeta end # Regexp end # Node end # Mutator end # Mutant
Version data entries
30 entries across 30 versions & 1 rubygems