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.
usr1(pid)
public
# File railties/lib/commands/process/reaper.rb, line 43
def usr1(pid)
`kill -s USR1 #{pid}`
end