module Lookbook

def config

Returns:
  • (ActiveSupport::OrderedOptions) - The config options object

Other tags:
    Example: :ruby -
def config
  Lookbook::Config.current
end