class Mutest::Mutator::Node::ZSuper
Mutator
for super without parentheses
Private Instance Methods
dispatch()
click to toggle source
Emit mutations
@return [undefined]
# File lib/mutest/mutator/node/zsuper.rb, line 13 def dispatch emit_singletons emit(N_EMPTY_SUPER) end