class Mutest::Mutator::Node::Regexp::CharacterType
Character type mutator
Constants
- MAP
Public Instance Methods
dispatch()
click to toggle source
Mutate to invert character type
@return [undefined]
# File lib/mutest/mutator/node/regexp/character_type.rb, line 22 def dispatch emit(s(MAP.fetch(node.type))) end