Skip to content

Commit 58685b7

Browse files
committed
[DOC] Fix too stopped documentations
1 parent e4d80bd commit 58685b7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/net/http.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1825,6 +1825,8 @@ def HTTP.Proxy(p_addr = :ENV, p_port = nil, p_user = nil, p_pass = nil, p_use_ss
18251825
}
18261826
end
18271827

1828+
# :startdoc:
1829+
18281830
class << HTTP
18291831
# Returns true if self is a class which was created by HTTP::Proxy.
18301832
def proxy_class?
@@ -1948,6 +1950,7 @@ def edit_path(path)
19481950
path
19491951
end
19501952
end
1953+
# :startdoc:
19511954

19521955
#
19531956
# HTTP operations

0 commit comments

Comments
 (0)