Flowdock
method

invoke_keeper

Importance_0
v2_4_6 - Show latest stable - 0 notes - Class: DRb::TimerIdConv::TimerHolder2
invoke_keeper() 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 55
      def invoke_keeper
        return if @expires
        @expires = Time.now + @keeping
        on_gc
      end
Register or log in to add new notes.