class Rails::Command::ServerCommand

def restart_command

def restart_command
  "bin/rails server #{@original_options.join(" ")} --restart"
end