Method: IRB::Context#thread

Defined in:
lib/irb/context.rb

#threadObject (readonly)

The current thread in this context.



169
170
171
# File 'lib/irb/context.rb', line 169

def thread
  @thread
end