Method: CodeLabs::CLI#list_techs

Defined in:
lib/code_labs/cli.rb

#list_techsObject

go back up to the techs



39
40
41
42
# File 'lib/code_labs/cli.rb', line 39

def list_techs
    @items = CodeLabs::Tech.all #set the array to the items the user can input
    list_items
end