Module: GetToWork::Menu

Included in:
Command
Defined in:
lib/get_to_work/menu.rb

Instance Method Summary collapse

Instance Method Details



3
4
5
6
7
# File 'lib/get_to_work/menu.rb', line 3

def menu_ask(statement, options, *args)
  shell.print_table(options.table) # Assuming MenuPresenter type
  choice = ask(statement, *args)
  options.item_for(choice: choice)
end