alakra/ndfd-weather-forecast-client

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

Summary

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