Method: Titan::System.pid_files
- Defined in:
- lib/titan/system.rb
.pid_files ⇒ Object
Returns a list of all pid files available in the Titan::TITAN_DIRECTORY
31 32 33 |
# File 'lib/titan/system.rb', line 31 def pid_files Dir.entries(Titan::TITAN_DIRECTORY) - [".", ".."] end |