Flowdock
method

new

Importance_0
v1.2.6 - Show latest stable - 0 notes - Class: Inspector
new(pid_path, pattern) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File railties/lib/commands/process/inspector.rb, line 16
  def initialize(pid_path, pattern)
    @pid_path, @pattern = pid_path, pattern
  end
Register or log in to add new notes.