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.
graceful(pid)
public
Forces the (rails) application to gracefully terminate by sending a
TERM signal to the process.
# File railties/lib/commands/process/reaper.rb, line 32
def graceful(pid)
`kill -s TERM #{pid}`
end