Method: Puma::SdNotify.errno
- Defined in:
- lib/puma/sd_notify.rb
.errno(errno, unset_env = false) ⇒ Object
71 72 73 |
# File 'lib/puma/sd_notify.rb', line 71 def self.errno(errno, unset_env=false) notify("#{ERRNO}#{errno}", unset_env) end |