Method: LearnGenerate::IosLab#execute
- Defined in:
- lib/learn_generate/ios_lab.rb
#execute ⇒ Object
25 26 27 28 29 30 31 |
# File 'lib/learn_generate/ios_lab.rb', line 25 def execute exit_if_no_liftoff backup_if_necessary copy_settings_files system("liftoff -n #{lab_name}") restore_if_necessary end |