mirror of
https://github.com/ruby/ruby.git
synced 2026-01-27 04:24:23 +00:00
We don't need "require 'uri'" after "require 'net/http'".
This commit is contained in:
parent
4d0985a7bd
commit
ee1e690a2d
@ -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" }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user