Method: Puma::SdNotify.status
- Defined in:
- lib/puma/sd_notify.rb
.status(status, unset_env = false) ⇒ Object
66 67 68 |
# File 'lib/puma/sd_notify.rb', line 66 def self.status(status, unset_env=false) notify("#{STATUS}#{status}", unset_env) end |