method
fetch
fetch(key)
public
Hide source
# File lib/drb/timeridconv.rb, line 40 def fetch(key) synchronize do rotate obj = peek(key) raise InvalidIndexError if obj == @sentinel @renew[key] = obj # KeepIt return obj end end