From 97729d9e58a8ea8b24f99c3e4458a17e10f7e603 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: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@6536 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- sample/drb/darray.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sample/drb/darray.rb') diff --git a/sample/drb/darray.rb b/sample/drb/darray.rb index bee295d27..95ee01ff0 100644 --- a/sample/drb/darray.rb +++ b/sample/drb/darray.rb @@ -8,6 +8,5 @@ require 'drb/drb' here = ARGV.shift DRb.start_service(here, [1, 2, "III", 4, "five", 6]) puts DRb.uri -puts '[return] to exit' -gets +DRb.thread.join -- cgit