method
new
v2_5_5 -
Show latest stable
- Class:
DRb::TimerIdConv::TimerHolder2
new(keeping=600)public
No documentation available.
# File lib/drb/timeridconv.rb, line 21
def initialize(keeping=600)
super()
@sentinel = Object.new
@gc = {}
@renew = {}
@keeping = keeping
@expires = nil
end