method
restart_command
rails latest stable - Class:
Rails::Command::ServerCommand
restart_command()private
No documentation available.
# File railties/lib/rails/commands/server/server_command.rb, line 231
def restart_command
"#{executable} #{@original_options.join(" ")} --restart"
end