Skip to content

Commit 8c56b4c

Browse files
authored
Merge pull request #209 from y-yagi/use_parser
Use `PARSER` instead of `DEFAULT_PARSER` in `URI.join`
2 parents 7751bf9 + 85e1499 commit 8c56b4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/uri/common.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ def self.parse(uri)
271271
# # => #<URI::HTTP http://example.com/foo/bar>
272272
#
273273
def self.join(*str)
274-
DEFAULT_PARSER.join(*str)
274+
PARSER.join(*str)
275275
end
276276

277277
#

0 commit comments

Comments
 (0)