method
thread
v1_9_3_125 -
Show latest stable
- Class:
IRB::JobManager
thread(key)public
No documentation available.
# File lib/irb/ext/multi-irb.rb, line 31
def thread(key)
th, = search(key)
th
end thread(key)No documentation available.
# File lib/irb/ext/multi-irb.rb, line 31
def thread(key)
th, = search(key)
th
end