File: dhasenc.rb

package info (click to toggle)
drb 2.0.4-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 492 kB
  • ctags: 697
  • sloc: ruby: 5,132; makefile: 45
file content (13 lines) | stat: -rw-r--r-- 376 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
=begin
 distributed Ruby --- dRuby Sample Client -- chasen client
 	Copyright (c) 1999-2001 Masatoshi SEKI 
=end

require 'drb/drb'

there = ARGV.shift || raise("usage: #{$0} <server_uri>")
DRb.start_service
dhasen = DRbObject.new(nil, there)

print dhasen.sparse("ϡŷʤꡣ", "-F", '(%BB %m %M)\n', "-j")
print dhasen.sparse("ϡŷʤꡣ", "-F", '(%m %M)\n')