Method: Cinch::Timer#thread_group

Defined in:
lib/cinch/timer.rb

#thread_groupThreadGroup (readonly)

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Returns:

  • (ThreadGroup)

Since:

  • 2.0.0



49
50
51
# File 'lib/cinch/timer.rb', line 49

def thread_group
  @thread_group
end