aboutsummaryrefslogtreecommitdiffstats
path: root/sample/drb/speeds.rb
diff options
context:
space:
mode:
authorseki <seki@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-06-27 15:36:32 +0000
committerseki <seki@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-06-27 15:36:32 +0000
commita1162d2bf8fda567f67006ea063c033daca0860a (patch)
tree87ae99fdd7a106a913536aac8d579c6495048c0e /sample/drb/speeds.rb
parent0131ff249ae19e1decc7817a53ca7c523293e72a (diff)
downloadruby-a1162d2bf8fda567f67006ea063c033daca0860a.tar.gz
using "DRb.thread.join" instead of "gets"
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@6536 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'sample/drb/speeds.rb')
-rw-r--r--sample/drb/speeds.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/sample/drb/speeds.rb b/sample/drb/speeds.rb
index 5dcd02a56b..76b4b29dba 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