Method: AppFog#start

Defined in:
lib/app_fog.rb

#start(app_name) ⇒ Object



27
28
29
# File 'lib/app_fog.rb', line 27

def start(app_name)
  @shell_command.perform "af start #{app_name}"
end