Module: Cramp::PeriodicTimer

Extended by:
ActiveSupport::Concern
Included in:
Action, KeepConnectionAlive
Defined in:
lib/cramp/periodic_timer.rb

Defined Under Namespace

Modules: ClassMethods

Instance Method Summary collapse

Instance Method Details

#initializeObject



17
18
19
20
# File 'lib/cramp/periodic_timer.rb', line 17

def initialize(*)
  super
  @timers = []
end