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