Method: Confection::Project#profiles

Defined in:
lib/confection/project.rb

#profiles(tool) ⇒ Array

List of configuration profiles.

Returns:

  • (Array)

    profile names



119
120
121
# File 'lib/confection/project.rb', line 119

def profiles(tool)
  store.profiles(tool)
end