This method is deprecated or moved on the latest stable version. The last existing version (v1.1.6) is shown here.
usr1()
Send a USR1 signal to the process.
# File railties/lib/commands/process/reaper.rb, line 72 def usr1 `kill -s USR1 #{@pid}` end