From ee1e690a2df901adb279d7a63fbd92c64e0a5ae6 Mon Sep 17 00:00:00 2001 From: Igor Zubkov Date: Mon, 24 Oct 2016 21:56:11 +0300 Subject: We don't need "require 'uri'" after "require 'net/http'". --- lib/net/http.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/net/http.rb b/lib/net/http.rb index 34fc635a4d..86fca183c1 100644 --- a/lib/net/http.rb +++ b/lib/net/http.rb @@ -531,7 +531,6 @@ module Net #:nodoc: # Example: # # require 'net/http' - # require 'uri' # # Net::HTTP.post_form URI('http://www.example.com/search.cgi'), # { "q" => "ruby", "max" => "50" } -- cgit v1.2.3