module Lookbook

def config

Returns:
  • (ConfigStore) - The config store object

Other tags:
    Example: :ruby -
def config
  @_config ||= ConfigStore.init_from_config
end