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

update unittest, port from v1.8

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@7986 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
seki 2005-02-16 15:30:52 +00:00
parent 482abfc851
commit 8fd62dccb2
3 changed files with 10 additions and 3 deletions

View file

@ -8,7 +8,6 @@ if __FILE__ == $0
it
end
$SAFE = 1
DRb.start_service('druby://localhost:0', [1, 2, 'III', 4, "five", 6],
{:safe_level => 1})
es = DRb::ExtServ.new(ARGV.shift, ARGV.shift)