method

delete_pid_files

rails latest stable - Class: Killer

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v2.2.1) is shown here.

delete_pid_files()
private

No documentation available.

# File railties/lib/commands/process/reaper.rb, line 88
    def delete_pid_files
      pid_files.each { |pid_file| File.delete(pid_file) }
    end