Method: Brief::Apps.app_paths
- Defined in:
- lib/brief/apps.rb
.app_paths ⇒ Object
24 25 26 27 28 29 30 |
# File 'lib/brief/apps.rb', line 24 def self.app_paths search_paths.map do |base| base.children.select do |child| child.join("config.rb").exist? end end.flatten end |