method
peek
v2_1_10 -
Show latest stable
- Class:
DRb::TimerIdConv::TimerHolder2
peek(key)public
No documentation available.
# File lib/drb/timeridconv.rb, line 58
def peek(key)
synchronize do
return @curr.fetch(key, @renew.fetch(key, @gc.fetch(key, @sentinel)))
end
end