class DRb::TimerIdConv::TimerHolder2

def peek(key)

def peek(key)
  return @renew.fetch(key) { @gc.fetch(key, @sentinel) }
end