Method: #config
- Defined in:
- lib/confection.rb
#config(tool, *options) ⇒ Confection::Controller Also known as: confection
Confection’s primary use method, lookups a configuration given the tool and profile.
To select all profiles for a given tool, use ‘’*‘`.
28 29 30 |
# File 'lib/confection.rb', line 28 def config(tool, *) Confection.controller(self, tool, *) end |