Method: EasyType::Daemon.run
- Defined in:
- lib/easy_type/daemon.rb
.run(identity) ⇒ Object
Check if a daemon for this identity is running. Use this to determin if you need to start the daemon
20 21 22 |
# File 'lib/easy_type/daemon.rb', line 20 def self.run(identity) daemon_for(identity) if daemonized?(identity) end |