class Mutest::Mutator::Node::Class

Namespace for class mutations

Private Instance Methods

dispatch() click to toggle source

Emit mutations only for class body

@return [undefined]

# File lib/mutest/mutator/node/class.rb, line 15
def dispatch
  emit_body_mutations if body
end