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)
No documentation comment.
Parameters
-
pid_pathreq -
patternreq
Source
# File railties/lib/commands/process/inspector.rb, line 16
def initialize(pid_path, pattern)
@pid_path, @pattern = pid_path, pattern
end
Defined in railties/lib/commands/process/inspector.rb line 16
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Inspector