alakra/weather-forecasts

View on GitHub
lib/weather_forecasts/client/help_console.rb

Summary

Maintainability
A
0 mins
Test Coverage
module WeatherForecasts
  class Client
    class HelpConsole
      def display_welcome
        puts "Use the `WeatherForecasts.client` object to start making API calls."
      end
    end
  end
end