Method: Procodile::AppDetermination#set_app

Defined in:
lib/procodile/app_determination.rb

#set_app(id) ⇒ Object

Choose which of the ambiguous options we want to choose



43
44
45
46
# File 'lib/procodile/app_determination.rb', line 43

def set_app(id)
  @app_id = id
  find_root_and_procfile_from_options(@global_options)
end