# Ruby code generator. module FoodTruck QUOTE = '"'.freeze end Dir.glob(File.join(__dir__, "food_truck", "**/*.rb")).each { |file| require file }