Skip to content

Commit 1a212e2

Browse files
committed
[DOC] Fix call-seq for Net::HTTP.start
The lack of a newline between the call-seq and the documentation was causing the documentation to be parsed as a call-seq.
1 parent 09a9ea1 commit 1a212e2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/net/http.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -550,6 +550,7 @@ def HTTP.socket_type #:nodoc: obsolete
550550
# :call-seq:
551551
# HTTP.start(address, port, p_addr, p_port, p_user, p_pass) {|http| ... }
552552
# HTTP.start(address, port=nil, p_addr=:ENV, p_port=nil, p_user=nil, p_pass=nil, opt) {|http| ... }
553+
#
553554
# Creates a new \Net::HTTP object,
554555
# opens a TCP connection and \HTTP session.
555556
#

0 commit comments

Comments
 (0)