instance method
pid_files
Ruby on Rails 2.2.3
Last seen in v2.2.3 Private — implementation detail, not part of the public APISignature
pid_files()
No documentation comment.
Source
# File railties/lib/commands/process/reaper.rb, line 92
def pid_files
Dir.glob(@pid_path + "/" + @pattern)
end
Defined in railties/lib/commands/process/reaper.rb line 92
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Killer