1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05: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:
hsbt 2013-07-04 02:53:16 +00:00
parent 60c90330c8
commit fa7e514642

View file

@ -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 { .... }
#