method
add
v1_8_7_330 -
Show latest stable
- Class:
DRb::TimerIdConv::TimerHolder2
add(obj)public
No documentation available.
# File lib/drb/timeridconv.rb, line 21
def add(obj)
synchronize do
key = obj.__id__
@curr[key] = obj
return key
end
end