module Puma::Clocker

Constants

VERSION

Public Instance Methods

handle_servers() click to toggle source
Calls superclass method
# File lib/puma/clocker.rb, line 12
def handle_servers
  SecondsCalculator.run(ENV['STARTING_PUMA_ON'] || ENV['SPO'])
  super
end