diff options
author | Hiroshi SHIBATA <[email protected]> | 2024-03-19 10:54:48 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2024-03-19 10:54:52 +0900 |
commit | ef0e08f327aa06cd66c0e57bc50681f4375149f3 () | |
tree | 4f2863a3e5df440f03b80c769c0492e50b96595d /lib | |
parent | ce544f8dbddf3a41bea28b15b6432b0e3fd516f3 (diff) |
Don't replace doc url for vendored files
-rw-r--r-- | lib/rubygems/vendor/net-http/lib/net/http.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -106,7 +106,7 @@ module Gem::Net #:nodoc: # It consists of some or all of: scheme, hostname, path, query, and fragment; # see {URI syntax}[https://en.wikipedia.org/wiki/Uniform_Resource_Identifier#Syntax]. # - # A Ruby {Gem::URI::Generic}[https://docs.ruby-lang.org/en/master/Gem/URI/Generic.html] object # represents an internet URI. # It provides, among others, methods # +scheme+, +hostname+, +path+, +query+, and +fragment+. |