class Mutest::Mutator::Node::MatchCurrentLine

Emitter for perl style match current line node

Private Instance Methods

dispatch() click to toggle source

Emit mutations

@return [undefined]

# File lib/mutest/mutator/node/match_current_line.rb, line 15
def dispatch
  emit_singletons
  emit_regexp_mutations
end