From a1162d2bf8fda567f67006ea063c033daca0860a 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/trunk@6536 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- sample/drb/name.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sample/drb/name.rb') diff --git a/sample/drb/name.rb b/sample/drb/name.rb index 461f965c16..86b478fbec 100644 --- a/sample/drb/name.rb +++ b/sample/drb/name.rb @@ -112,7 +112,6 @@ if __FILE__ == $0 DRb.install_id_conv(name_conv) DRb.start_service(uri, Front.new) puts DRb.uri - puts '[return] to exit' - gets + DRb.thread.join end -- cgit v1.2.3