class Mutest::Mutator::Node::Regexp::RootExpression

Mutator for root expression regexp wrapper

Public Instance Methods

dispatch() click to toggle source

Emit mutations for children of root node

@return [undefined]

# File lib/mutest/mutator/node/regexp.rb, line 12
def dispatch
  children.each_index(&method(:mutate_child))
end