summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/net/http.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/net/http.rb b/lib/net/http.rb
index 17a1f61884..1c64dae4ff 100644
--- a/lib/net/http.rb
+++ b/lib/net/http.rb
@@ -550,6 +550,7 @@ module Net #:nodoc:
# :call-seq:
# HTTP.start(address, port, p_addr, p_port, p_user, p_pass) {|http| ... }
# HTTP.start(address, port=nil, p_addr=:ENV, p_port=nil, p_user=nil, p_pass=nil, opt) {|http| ... }
+ #
# Creates a new \Net::HTTP object,
# opens a TCP connection and \HTTP session.
#