Sha256: 8bed44cf95e54359b0eba8802df2d6d836fde7593e470b1c56996d5134abeba0
Contents?: true
Size: 523 Bytes
Versions: 1
Compression:
Stored size: 523 Bytes
Contents
require_relative "Healthy_hunger_api/version" #gives access to the version file in the Healthy_hunger_api folder require_relative "Healthy_hunger_api/meals" #gives access to the meals file in the Healthy_hunger_api folder require_relative "Healthy_hunger_api/api" #gives access to the api file in the Healthy_hunger_api folder require_relative "Healthy_hunger_api/cli" #gives access to the cli file in the Healthy_hunger_api folder module HealthyHungerApi class Error < StandardError; end # Your code goes here... end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
Healthy_hunger_api-0.1.1 | lib/Healthy_hunger_api.rb |