Method: Puma::SdNotify.reloading

Defined in:
lib/puma/sd_notify.rb

.reloading(unset_env = false) ⇒ Object



56
57
58
# File 'lib/puma/sd_notify.rb', line 56

def self.reloading(unset_env=false)
  notify(RELOADING, unset_env)
end