Fix syntax error in mutator

This commit is contained in:
Markus Schirp 2013-06-04 15:27:16 +02:00
parent 6b2e2a8bb0
commit 6747e636cd

View file

@ -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