no need for AS::Dependencies.(hook!|unhook!) to return anything in particular

This commit is contained in:
Xavier Noria 2012-08-19 21:33:58 +02:00
parent 1dbf1c80ac
commit 30f091b35a

@ -287,13 +287,11 @@ def hook!
Object.class_eval { include Loadable }
Module.class_eval { include ModuleConstMissing }
Exception.class_eval { include Blamable }
true
end
def unhook!
ModuleConstMissing.exclude_from(Module)
Loadable.exclude_from(Object)
true
end
def load?