Method: WhatToWatch::CLI#options

Defined in:
lib/what_to_watch/cli.rb

#optionsObject



128
129
130
131
132
133
134
135
136
137
138
139
# File 'lib/what_to_watch/cli.rb', line 128

def options
  puts ""
  puts "-------"
  puts "OPTIONS:"
  puts "-------"
  puts "Enter The Number of the Selection to See Details and Information."
  puts ""
  puts "Exit: Type exit"
  puts "---------------"
  puts ""
  @input = gets.strip
end