Exception: Weather::ForecastCli::Error
- Inherits:
-
StandardError
- Object
- StandardError
- Weather::ForecastCli::Error
- Defined in:
- lib/forecastcli.rb
Instance Method Summary collapse
Instance Method Details
#message ⇒ Object
128 129 130 131 132 |
# File 'lib/forecastcli.rb', line 128 def puts 'Invalid Input'.colorize(:red) puts '' puts 'Please try again!'.colorize(:green) end |