class Rails::Command::ServerCommand

def restart_command

def restart_command
  "#{executable} #{@original_options.join(" ")} --restart"
end