Method: IRB::Context#thread
- Defined in:
- lib/irb/context.rb
#thread ⇒ Object (readonly)
The current thread in this context.
169 170 171 |
# File 'lib/irb/context.rb', line 169 def thread @thread end |
The current thread in this context.
169 170 171 |
# File 'lib/irb/context.rb', line 169 def thread @thread end |