提交 95dfcc4f 编写于 作者: J Jeremy Kemper

Remove dummy Object#try before aliasing it

上级 468231ee
......@@ -25,6 +25,7 @@ class Object
def try(method, *args, &block)
send(method, *args, &block)
end
remove_method :try
alias_method :try, :__send__
end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册