method

restart_command

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