37 38 39 40
# File 'lib/garaj/web.rb', line 37 def self.start(project_root) set :project, Garaj::Project.new(project_root) run! end