Method: Confection::Project#profiles
- Defined in:
- lib/confection/project.rb
#profiles(tool) ⇒ Array
List of configuration profiles.
119 120 121 |
# File 'lib/confection/project.rb', line 119 def profiles(tool) store.profiles(tool) end |