method
prepare_restart
rails latest stable - Class:
Rails::Command::ServerCommand
prepare_restart()private
No documentation available.
# File railties/lib/rails/commands/server/server_command.rb, line 249
def prepare_restart
FileUtils.rm_f(pid) if options[:restart]
end