Method: Roby::Application#restart!

Defined in:
lib/roby/app.rb

#restart!Object

Restarts the same app

Simply execs the same command line



2363
2364
2365
# File 'lib/roby/app.rb', line 2363

def restart!
    Kernel.exec(*@restart_cmdline)
end