summaryrefslogtreecommitdiff
path: root/sample/drb/name.rb
diff options
context:
space:
mode:
Diffstat (limited to 'sample/drb/name.rb')
-rw-r--r--sample/drb/name.rb3
1 files changed, 1 insertions, 2 deletions
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