From ec2e12ee2c149368ec4feee477ad874583fea9d2 Mon Sep 17 00:00:00 2001 From: seki Date: Sun, 27 Jun 2004 15:36:32 +0000 Subject: 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 --- sample/drb/drbssl_s.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sample/drb/drbssl_s.rb') diff --git a/sample/drb/drbssl_s.rb b/sample/drb/drbssl_s.rb index 94d02f63cc..4d96f591d4 100644 --- a/sample/drb/drbssl_s.rb +++ b/sample/drb/drbssl_s.rb @@ -28,5 +28,4 @@ end DRb.start_service(here, HelloWorld.new, config) puts DRb.uri -$stdin.gets -DRb.stop_service +DRb.thread.join -- cgit v1.2.3