class method
self.inspect
Ruby on Rails 2.2.3
Since v2.2.3 Last seen in v2.2.3Signature
self.inspect(pid_path, pattern)
No documentation comment.
Parameters
-
pid_pathreq -
patternreq
Source
# File railties/lib/commands/process/inspector.rb, line 12
def self.inspect(pid_path, pattern)
new(pid_path, pattern).inspect
end
Defined in railties/lib/commands/process/inspector.rb line 12
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Inspector