Method: Brief::Apps.path_for

Defined in:
lib/brief/apps.rb

.path_for(app_name) ⇒ Object



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