Method: Bluth::WorkerBase#name
- Defined in:
- lib/bluth/worker.rb
#name ⇒ Object
Used by daemonize as the process name (linux only)
43 44 45 |
# File 'lib/bluth/worker.rb', line 43 def name [self.class.prefix, wid].flatten.join '-' end |