diff options
Diffstat (limited to 'lib/net/https.rb')
| -rw-r--r-- | lib/net/https.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/net/https.rb b/lib/net/https.rb index 922638e137..0f23e1fb13 100644 --- a/lib/net/https.rb +++ b/lib/net/https.rb @@ -1,10 +1,10 @@ -# frozen_string_literal: false +# frozen_string_literal: true =begin = net/https -- SSL/TLS enhancement for Net::HTTP. This file has been merged with net/http. There is no longer any need to - require_relative 'https' to use HTTPS. + require 'net/https' to use HTTPS. See Net::HTTP for details on how to make HTTPS connections. |
