Method: Spring::ApplicationManager#restart

Defined in:
lib/spring/application_manager.rb

#restartObject



29
30
31
32
# File 'lib/spring/application_manager.rb', line 29

def restart
  return if @state == :stopping
  start_child(true)
end