Method: Monkey#thread

Defined in:
lib/Monkey/monkey.rb

#threadThread (readonly)

The thread that this Monkey uses to perform its actions.

Returns:

  • (Thread)


89
90
91
# File 'lib/Monkey/monkey.rb', line 89

def thread
  @thread
end