Skip to content

Commit 6b078a6

Browse files
committed
Fix method declaration to be ruby-1.8-compatible
1 parent 859f10d commit 6b078a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rack/reverse_proxy_matcher.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module Rack
22
class ReverseProxyMatcher
3-
def initialize(matcher,url=nil,options)
3+
def initialize(matcher, url=nil, options={})
44
@default_url=url
55
@url=url
66
@options=options

0 commit comments

Comments
 (0)