class Mutest::Mutator::Node::Regexp::EndOfLineAnchor

Mutator for end of line anchor `$`

Public Instance Methods

dispatch() click to toggle source

Emit mutations

Replace `$` with `z`

@return [undefined]

# File lib/mutest/mutator/node/regexp/end_of_line_anchor.rb, line 14
def dispatch
  emit(s(:regexp_eos_anchor))
end