Method: WhatToWatch::CLI#invalid_command
- Defined in:
- lib/what_to_watch/cli.rb
#invalid_command ⇒ Object
155 156 157 158 159 160 161 |
# File 'lib/what_to_watch/cli.rb', line 155 def invalid_command puts "" puts "I'm sorry, I don't recognize that Command." puts "Please Try Again" puts "" @input = gets.strip.downcase end |