class Byebug::RestartCommand
def description
def description prettify <<-EOD restart|R [args] Restart the program. This is a re-exec - all byebug state is lost. If command arguments are passed those are used. EOD end
def description prettify <<-EOD restart|R [args] Restart the program. This is a re-exec - all byebug state is lost. If command arguments are passed those are used. EOD end