Method deprecated or moved
This method is deprecated or moved on the latest stable version.
The last existing version (v2.2.1) is shown here.
kill(pid)
public
Forces the (rails) application to terminate immediately by sending a -9
signal to the process.
# File railties/lib/commands/process/reaper.rb, line 38
def kill(pid)
`kill -9 #{pid}`
end