Method: Fable::CallStack#thread_with_index
- Defined in:
- lib/fable/call_stack.rb
#thread_with_index(index) ⇒ Object
137 138 139 |
# File 'lib/fable/call_stack.rb', line 137 def thread_with_index(index) threads.find{|thread| thread.thread_index == index} end |