# 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