method
new
new(timeout=600)
public
Hide source
# File lib/drb/timeridconv.rb, line 20 def initialize(timeout=600) super() @sentinel = Object.new @gc = {} @curr = {} @renew = {} @timeout = timeout @keeper = keeper end