From fa7e514642de951cfe85e36ff65af669a7f482e1 Mon Sep 17 00:00:00 2001 From: hsbt Date: Thu, 4 Jul 2013 02:53:16 +0000 Subject: 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 --- lib/net/http.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/net/http.rb b/lib/net/http.rb index 973998fdc3..5d17ae26af 100644 --- a/lib/net/http.rb +++ b/lib/net/http.rb @@ -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 { .... } # -- cgit v1.2.3