module Lookbook
def config
-
(ConfigStore)
- The config store object
Other tags:
- Example: :ruby -
def config @_config ||= ConfigStore.init_from_config end
(ConfigStore)
- The config store object
def config @_config ||= ConfigStore.init_from_config end