Skip to content

Commit

Permalink
Fix method declaration to be ruby-1.8-compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
anujdas committed Jul 2, 2015
1 parent 859f10d commit 6b078a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rack/reverse_proxy_matcher.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module Rack
class ReverseProxyMatcher
def initialize(matcher,url=nil,options)
def initialize(matcher, url=nil, options={})
@default_url=url
@url=url
@options=options
Expand Down

0 comments on commit 6b078a6

Please sign in to comment.