summaryrefslogtreecommitdiff
path: root/sample/drb/darray.rb
diff options
context:
space:
mode:
Diffstat (limited to 'sample/drb/darray.rb')
-rw-r--r--sample/drb/darray.rb13
1 files changed, 13 insertions, 0 deletions
diff --git a/sample/drb/darray.rb b/sample/drb/darray.rb
new file mode 100644
index 0000000000..bee295d278
--- /dev/null
+++ b/sample/drb/darray.rb
@@ -0,0 +1,13 @@
+=begin
+ distributed Ruby --- Array
+ Copyright (c) 1999-2001 Masatoshi SEKI
+=end
+
+require 'drb/drb'
+
+here = ARGV.shift
+DRb.start_service(here, [1, 2, "III", 4, "five", 6])
+puts DRb.uri
+puts '[return] to exit'
+gets
+