summaryrefslogtreecommitdiff
path: root/sample/drb/holders.rb
diff options
context:
space:
mode:
Diffstat (limited to 'sample/drb/holders.rb')
-rw-r--r--sample/drb/holders.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/sample/drb/holders.rb b/sample/drb/holders.rb
index 20939034cd..2d9974f3fc 100644
--- a/sample/drb/holders.rb
+++ b/sample/drb/holders.rb
@@ -59,6 +59,5 @@ if __FILE__ == $0
DRb.start_service(nil, DRbEx4.new)
puts DRb.uri
- puts '[return] to exit'
- gets
+ DRb.thread.join
end