class method
self.new
Ruby on Rails 2.2.3
Since v2.2.3 Last seen in v2.2.3Signature
self.new(pid_path, pattern, keyword=nil)
No documentation comment.
Parameters
-
pid_pathreq -
patternreq -
keywordopt = nil
Source
# File railties/lib/commands/process/reaper.rb, line 48
def initialize(pid_path, pattern, keyword=nil)
@pid_path, @pattern, @keyword = pid_path, pattern, keyword
end
Defined in railties/lib/commands/process/reaper.rb line 48
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Killer