提交 4257ea75 编写于 作者: A Akira Matsuda

Prefer String#== over String#=== for clarity

上级 4a9ef5e1
......@@ -27,7 +27,7 @@ def initialize(verb)
@verb = verb
end
def call(request); @verb === request.request_method; end
def call(request); @verb == request.request_method; end
end
class All
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册