module ActionCable::Channel::PeriodicTimers

def active_periodic_timers

def active_periodic_timers
  @active_periodic_timers ||= []
end