Exception: WeatherByDcq::View::WeatherError

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

Instance Method Summary collapse

Instance Method Details

#messageObject



66
67
68
69
70
71
# File 'lib/weather_by_dcq/view.rb', line 66

def message
  puts ''
  puts '    <== ERROR ==>'.colorize(:white).on_red
  puts ''
  puts ' I do not understand your response, please try again.'.colorize(:yellow)
end