提交 30f091b3 编写于 作者: X Xavier Noria

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

上级 1dbf1c80
......@@ -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?
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册