提交 ae4a02a7 编写于 作者: R Rafael Mendonça França

Merge pull request #10226 from buddhamagnet/master

Make [] method more readable
......@@ -38,7 +38,9 @@ def ip
env['REMOTE_ADDR']
end
def [](k); env[k]; end
def [](k)
env[k]
end
end
attr_reader :request_class, :formatter
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册