Skip to content

Commit d3a0623

Browse files
committed
Support ruby 1.8
1 parent e5f78a0 commit d3a0623

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rack_reverse_proxy/rule.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ def found
148148

149149
def find_matches
150150
Array(
151-
spec.public_send(spec_match_method_name, *spec_params)
151+
spec.send(spec_match_method_name, *spec_params)
152152
)
153153
end
154154

0 commit comments

Comments
 (0)