Method deprecated or moved
This method is deprecated or moved on the latest stable version.
The last existing version (v1.1.6) is shown here.
reload()
public
Forces the (rails) application to reload by sending a HUP
signal to the process.
# File railties/lib/commands/process/reaper.rb, line 55
def reload
`kill -s HUP #{@pid}`
end