# File lib/kale/ui.rb, line 84defhandle_menuanswer = gets.chompifanswer.length==1@@project = Project[:id=>answer]
else@@project = Project[:name=>answer]
endif@@projectShowProjectScreen.newelsesystem"clear"puts"You are a bad typer, or maybe that project does not exist."sleep(2)
ChooseProjectScreen.newendend
info()click to toggle source
# File lib/kale/ui.rb, line 76definfoshow_projectstrueend
menu()click to toggle source
# File lib/kale/ui.rb, line 80defmenuputs"Type the number or name of the project"end