提交 2b7b136e 编写于 作者: A Aaron Patterson

default value is never used, so make it required

上级 d991b670
......@@ -16,7 +16,7 @@ class Mapper
:shallow, :blocks, :defaults, :options]
class Constraints #:nodoc:
def self.new(app, constraints, request = Rack::Request)
def self.new(app, constraints, request)
if constraints.any?
super(app, constraints, request)
else
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册