Flowdock
add(obj) public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/drb/timeridconv.rb, line 21
      def add(obj)
        synchronize do 
          key = obj.__id__
          @curr[key] = obj
          return key
        end
      end
Register or log in to add new notes.