We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
URI.open
1 parent 8b9fcc1 commit 40023e6Copy full SHA for 40023e6
lib/open-uri.rb
@@ -9,7 +9,7 @@ module URI
9
# If the first argument responds to the 'open' method, 'open' is called on
10
# it with the rest of the arguments.
11
#
12
- # If the first argument is a string that begins with <code>(protocol)://<code>, it is parsed by
+ # If the first argument is a string that begins with <code>(protocol)://</code>, it is parsed by
13
# URI.parse. If the parsed object responds to the 'open' method,
14
# 'open' is called on it with the rest of the arguments.
15
0 commit comments