提交 0c76eb11 编写于 作者: J José Valim

No need for &block here.

上级 58ad5e18
......@@ -41,7 +41,7 @@ def id
end
private
def method_missing(method, *args, &block)
def method_missing(method, *args)
if klass = METHOD_CLASS_MAP[method]
raise_nil_warning_for klass, method, caller
else
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册