Exception: Weather::ForecastCli::WeatherError

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

Instance Method Summary collapse

Instance Method Details

#messageObject



136
137
138
139
140
# File 'lib/forecastcli.rb', line 136

def message
  puts 'No more Forecast available'.colorize(:red)
  puts ''
  puts 'Make another Selection!'.colorize(:green)
end