Dir.glob("#{__dir__}/*.rb").each { |file| require file } Dir.glob("#{__dir__}/../../.solara/core/brands/*.rb").each { |file| require file } class ProjectDoctor def visit ProjectFileSystemValidator.new.validate end end