= private = protected
thread(key)
Returns the thread for the given key object, see #search for more information.
# File lib/irb/ext/multi-irb.rb, line 34 def thread(key) th, = search(key) th end