Flowdock
method

register

Importance_0
v1_9_1_378 - Show latest stable - 0 notes - Class: TimeoutHandler
register(thread, time, exception) public

No documentation

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

Hide source
# File lib/webrick/utils.rb, line 145
      def register(thread, time, exception)
        @timeout_info[thread] ||= Array.new
        @timeout_info[thread] << [time, exception]
        return @timeout_info[thread].last.object_id
      end
Register or log in to add new notes.