class Randomeal::CLI
Attributes
selection[RW]
Public Instance Methods
call()
click to toggle source
# File lib/randomeal/cli.rb, line 5 def call puts "Thank you for using Randomeal! Your options are loading." options secondary_menu_options secondary_menu end
options()
click to toggle source
# File lib/randomeal/cli.rb, line 12 def options puts <<-MENU "-*-*-*-*-*-*-*-*-*" What would you like to eat? 1. Chicken 2. Burgers 3. Pasta 4. Salad 5. Dessert MENU menu end