提交 daf77db6 编写于 作者: G George Claghorn

Remove needless block parameter

上级 52d60ec4
......@@ -85,7 +85,7 @@ def object_for(key)
end
# Reads the object for the given key in chunks, yielding each to the block.
def stream(key, &block)
def stream(key)
object = object_for(key)
chunk_size = 5.megabytes
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册