Sha256: 7b6c4634a9422a3dfef3202f425fa90ee6c3cbce32af1e2993650bbcec6c52fd
Contents?: true
Size: 569 Bytes
Versions: 1
Compression:
Stored size: 569 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 require_relative "Healthy_hunger_api/recipes" 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.2.0 | lib/Healthy_hunger_api.rb |