Exception: Weather::ForecastCli::WeatherError
- Inherits:
-
StandardError
- Object
- StandardError
- Weather::ForecastCli::WeatherError
- Defined in:
- lib/forecastcli.rb
Instance Method Summary collapse
Instance Method Details
#message ⇒ Object
136 137 138 139 140 |
# File 'lib/forecastcli.rb', line 136 def puts 'No more Forecast available'.colorize(:red) puts '' puts 'Make another Selection!'.colorize(:green) end |