Skip to content

Commit

Permalink
Make documentation match
Browse files Browse the repository at this point in the history
  • Loading branch information
drbrain committed Oct 6, 2016
1 parent c6ea4c1 commit 0e5a8fb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/net/http/persistent.rb
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,9 @@ def self.detect_idle_timeout uri, max = 10

attr_reader :certificate

##
# For Net::HTTP parity

alias cert certificate

##
Expand Down Expand Up @@ -379,7 +381,9 @@ def self.detect_idle_timeout uri, max = 10

attr_reader :private_key

##
# For Net::HTTP parity

alias key private_key

##
Expand Down

0 comments on commit 0e5a8fb

Please sign in to comment.