class Mutest::Mutator::Node::Regexp::EndOfStringOrBeforeEndOfLineAnchor

Mutator for end of line or before end of string anchor `Z`

Public Instance Methods

dispatch() click to toggle source

Emit mutations

Replace `Z` with `z`

@return [undefined]

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