From bea4d32716d950214bfa48bf725540102cf22e2b 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/trunk@6536 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- sample/drb/speeds.rb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'sample/drb/speeds.rb') diff --git a/sample/drb/speeds.rb b/sample/drb/speeds.rb index 5dcd02a56..76b4b29db 100644 --- a/sample/drb/speeds.rb +++ b/sample/drb/speeds.rb @@ -28,6 +28,4 @@ when /^druby:/ DRb.start_service(uri, Foo.new) end -puts '[enter] to exit' -gets - +DRb.thread.join -- cgit