class DRb::TimerIdConv::TimerHolder2

def invoke_keeper

def invoke_keeper
  return if @expires
  @expires = Time.now + @keeping
  on_gc
end