class Mutest::Mutator::Node::Regexp::BeginningOfLineAnchor

Mutator for beginning of line anchor `^`

Public Instance Methods

dispatch() click to toggle source

Emit mutations

Replace `^` with `A`

@return [undefined]

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