class Mutest::Mutator::Node::Regexp::AlternationMeta
Mutator
for pipe in `/foo|bar/` regexp
Private Instance Methods
dispatch()
click to toggle source
Dispatch mutations
@return [undefined]
# File lib/mutest/mutator/node/regexp/alternation_meta.rb, line 14 def dispatch children.each_index(&method(:delete_child)) end