Skip to content

Commit 0e5a8fb

Browse files
committed
Make documentation match
1 parent c6ea4c1 commit 0e5a8fb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/net/http/persistent.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,9 @@ def self.detect_idle_timeout uri, max = 10
285285

286286
attr_reader :certificate
287287

288+
##
288289
# For Net::HTTP parity
290+
289291
alias cert certificate
290292

291293
##
@@ -379,7 +381,9 @@ def self.detect_idle_timeout uri, max = 10
379381

380382
attr_reader :private_key
381383

384+
##
382385
# For Net::HTTP parity
386+
383387
alias key private_key
384388

385389
##

0 commit comments

Comments
 (0)