# File lib/licensee.rb, line 46 def project(path, **args) Licensee::GitProject.new(path, args) rescue Licensee::GitProject::InvalidRepository Licensee::FSProject.new(path, args) end