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
#initialize ⇒ Object
18 19 20 21 |
# File 'lib/cramp/periodic_timer.rb', line 18 def initialize(*) super @timers = [] end |