mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* lib/net/http.rb (set_debug_output): last commit was wrong.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4964 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
d4060e0467
commit
5abcd32d57
1 changed files with 1 additions and 1 deletions
|
@ -366,7 +366,7 @@ module Net # :nodoc:
|
|||
# http.start { .... }
|
||||
#
|
||||
def set_debug_output( output )
|
||||
warn 'Net::HTTP#set_debug_output called after HTTP started'
|
||||
warn 'Net::HTTP#set_debug_output called after HTTP started' if started?
|
||||
@debug_output = output
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue