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:
parent
438a91c072
commit
ddf1d3aaed
8 changed files with 18 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue