Skip to content

Commit 597c785

Browse files
authored
Merge pull request #2535 from KitaitiMakoto/uri-plus
Add URI::Generic#+
2 parents 7d6bdd9 + 4298b55 commit 597c785

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

stdlib/uri/0/generic.rbs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -910,6 +910,13 @@ module URI
910910
#
911911
def merge: (URI::Generic | string oth) -> URI::Generic
912912

913+
# <!--
914+
# rdoc-file=lib/uri/generic.rb
915+
# - +(oth)
916+
# -->
917+
#
918+
alias + merge
919+
913920
# :stopdoc:
914921
def route_from_path: (String src, String dst) -> String
915922

0 commit comments

Comments
 (0)