1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* test/xmlrpc: Wrap definitions by TestXMLRPC module.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43518 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
akr 2013-11-03 11:41:53 +00:00
parent 438a91c072
commit ddf1d3aaed
8 changed files with 18 additions and 0 deletions

View file

@ -1,5 +1,6 @@
require 'timeout'
module TestXMLRPC
module WEBrick_Testing
class DummyLog < WEBrick::BasicLog
def initialize() super(self) end
@ -43,3 +44,4 @@ module WEBrick_Testing
@__server = nil
end
end
end