diff options
Diffstat (limited to 'sample/drb/darray.rb')
| -rw-r--r-- | sample/drb/darray.rb | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/sample/drb/darray.rb b/sample/drb/darray.rb deleted file mode 100644 index bee295d278..0000000000 --- a/sample/drb/darray.rb +++ /dev/null @@ -1,13 +0,0 @@ -=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 - |
