提交 7b1a58bb 编写于 作者: M Matthew Stopa

Document ActionDispatch::Response#body method

上级 3daa8e51
......@@ -172,6 +172,7 @@ def to_path
stream.to_path
end
# Returns the content of the response as a String.
def body
strings = []
each { |part| strings << part.to_s }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册