Method: CFoundry::V1::App#restart!

Defined in:
lib/cfoundry/v1/app.rb

#restart!(async = false) ⇒ Object

Restart the application.



125
126
127
128
# File 'lib/cfoundry/v1/app.rb', line 125

def restart!(async = false)
  stop!
  start!
end