summaryrefslogtreecommitdiff
path: root/trunk/sample/drb/dqout.rb
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/sample/drb/dqout.rb')
-rw-r--r--trunk/sample/drb/dqout.rb14
1 files changed, 0 insertions, 14 deletions
diff --git a/trunk/sample/drb/dqout.rb b/trunk/sample/drb/dqout.rb
deleted file mode 100644
index 4700e55cf7..0000000000
--- a/trunk/sample/drb/dqout.rb
+++ /dev/null
@@ -1,14 +0,0 @@
-=begin
- distributed Ruby --- fetch
- Copyright (c) 1999-2000 Masatoshi SEKI
-=end
-
-require 'drb/drb'
-require 'dqlib'
-
-there = ARGV.shift || raise("usage: #{$0} <server_uri>")
-
-DRb.start_service
-queue = DRbObject.new(nil, there)
-entry = queue.pop
-puts entry.greeting