Exception: Weather::ForecastCli::Error

Inherits:
StandardError
  • Object
show all
Defined in:
lib/forecastcli.rb

Instance Method Summary collapse

Instance Method Details

#messageObject



128
129
130
131
132
# File 'lib/forecastcli.rb', line 128

def message
  puts 'Invalid Input'.colorize(:red)
  puts ''
  puts 'Please try again!'.colorize(:green)
end