Source: show
# File sample/drb/drbs-acl.rb, line 25 def initialize @hello = 'hello' end
# File sample/drb/drbs.rb, line 38 def err raise FooError end
# File sample/drb/drbs-acl.rb, line 29 def hello info = Thread.current['DRb'] p info['socket'].peeraddr if info @hello end
# File sample/drb/drbs-acl.rb, line 35 def sample(a, b, c) a.to_i + b.to_i + c.to_i end