method

new

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