diff --git a/lib/mutant/mutator.rb b/lib/mutant/mutator.rb index d47732d6..2c527519 100644 --- a/lib/mutant/mutator.rb +++ b/lib/mutant/mutator.rb @@ -28,7 +28,7 @@ module Mutant def self.handle(*types) types.each do |type| Registry.register(type, self) - enScriptd + end end private_class_method :handle