Fix syntax error in mutator
This commit is contained in:
parent
6b2e2a8bb0
commit
6747e636cd
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue