summaryrefslogtreecommitdiff
path: root/sample/drb/dhasenc.rb
blob: 8114e9228ddf73a9f507e92106c6d7e8e555214b (plain)
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')