reload(pid)
Forces the (rails) application to reload by sending a HUP signal to the process.
# File railties/lib/commands/process/reaper.rb, line 20 def reload(pid) `kill -s HUP #{pid}` end