Sha256: cdb1dc16014f592f3ab340d601dac80d1144b129c4c57b2e09f3fd66bf987e6e

Contents?: true

Size: 234 Bytes

Versions: 2

Compression:

Stored size: 234 Bytes

Contents

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
solara-0.2.0 solara/lib/core/doctor/project_doctor.rb
solara-0.1.0 solara/lib/core/doctor/project_doctor.rb