From 972cf8c91e54bbef5c6d73ed5fc187f8d89735a8 Mon Sep 17 00:00:00 2001 From: kazu Date: Mon, 5 Nov 2018 07:01:49 +0000 Subject: Fix up r65505 [ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65548 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/net/https.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/net/https.rb') diff --git a/lib/net/https.rb b/lib/net/https.rb index 922638e137..d46721c82a 100644 --- a/lib/net/https.rb +++ b/lib/net/https.rb @@ -4,7 +4,7 @@ = 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. -- cgit v1.2.3