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