Flowdock
method

rotate

Importance_0
v2_2_9 - Show latest stable - 0 notes - Class: DRb::TimerIdConv::TimerHolder2
rotate() private

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/drb/timeridconv.rb, line 58
      def rotate
        synchronize do
          return if @expires > Time.now
          @gc = @renew      # GCed
          @renew = {}
          @expires = Time.now + @keeping
        end
      end
Register or log in to add new notes.