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