summaryrefslogtreecommitdiff
path: root/trunk/sample/drb/rinda_ts.rb
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/sample/drb/rinda_ts.rb')
-rw-r--r--trunk/sample/drb/rinda_ts.rb7
1 files changed, 0 insertions, 7 deletions
diff --git a/trunk/sample/drb/rinda_ts.rb b/trunk/sample/drb/rinda_ts.rb
deleted file mode 100644
index 6f2fae5c0f..0000000000
--- a/trunk/sample/drb/rinda_ts.rb
+++ /dev/null
@@ -1,7 +0,0 @@
-require 'drb/drb'
-require 'rinda/tuplespace'
-
-uri = ARGV.shift
-DRb.start_service(uri, Rinda::TupleSpace.new)
-puts DRb.uri
-DRb.thread.join