class Mutest::Mutator::Node::Begin

Mutator for begin nodes

Private Instance Methods

dispatch() click to toggle source

Emit mutations

@return [undefined]

# File lib/mutest/mutator/node/begin.rb, line 13
def dispatch
  mutate_single_child do |child|
    emit(child)
  end
end