mirror of
https://github.com/ruby/ruby.git
synced 2026-01-27 04:24:23 +00:00
Fixing example in comments that raised an error by @JackDanger [fix GH-345]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41766 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
60c90330c8
commit
fa7e514642
@ -671,7 +671,7 @@ module Net #:nodoc:
|
||||
#
|
||||
# Sets an output stream for debugging.
|
||||
#
|
||||
# http = Net::HTTP.new
|
||||
# http = Net::HTTP.new(hostname)
|
||||
# http.set_debug_output $stderr
|
||||
# http.start { .... }
|
||||
#
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user