We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74441ce commit 4308c82Copy full SHA for 4308c82
lib/async/http/endpoint.rb
@@ -40,7 +40,7 @@ def self.parse(string, endpoint = nil, **options)
40
#
41
# @parameter scheme [String] The scheme to use, e.g. "http" or "https".
42
# @parameter hostname [String] The hostname to connect to (or bind to).
43
- # @parameter *options [Hash] Additional options, passed to {#initialize}.
+ # @parameter *options [Hash] Additional options, passed to {initialize}.
44
def self.for(scheme, hostname, path = "/", **options)
45
# TODO: Consider using URI.for once it becomes available:
46
uri_klass = SCHEMES.fetch(scheme.downcase) do
0 commit comments