class method self.new

Ruby on Rails 2.2.3

Since v2.2.3 Last seen in v2.2.3

Signature

self.new(pid_path, pattern, keyword=nil)

No documentation comment.

Parameters

pid_path req
pattern req
keyword opt = 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

Type at least 2 characters to search.

↑↓ navigate · open · esc close