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

using "DRb.thread.join" instead of "gets"

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@6536 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
seki 2004-06-27 15:36:32 +00:00
parent 278b27a1a9
commit ec2e12ee2c
12 changed files with 17 additions and 20 deletions

View file

@ -37,7 +37,6 @@ end
if __FILE__ == $0
DRb.start_service(nil, Dhasen.new)
puts DRb.uri
puts '[return] to exit.'
gets
DRb.thread.join
end