36 37 38
# File 'lib/brief/apps.rb', line 36 def self.path_for(app_name) app_paths.detect {|b| b.basename.to_s == app_name } end