mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
We don't need "require 'uri'" after "require 'net/http'".
This commit is contained in:
parent
4d0985a7bd
commit
ee1e690a2d
1 changed files with 0 additions and 1 deletions
|
@ -531,7 +531,6 @@ module Net #:nodoc:
|
||||||
# Example:
|
# Example:
|
||||||
#
|
#
|
||||||
# require 'net/http'
|
# require 'net/http'
|
||||||
# require 'uri'
|
|
||||||
#
|
#
|
||||||
# Net::HTTP.post_form URI('http://www.example.com/search.cgi'),
|
# Net::HTTP.post_form URI('http://www.example.com/search.cgi'),
|
||||||
# { "q" => "ruby", "max" => "50" }
|
# { "q" => "ruby", "max" => "50" }
|
||||||
|
|
Loading…
Add table
Reference in a new issue