module Lookbook

def data

Returns:
  • (Store) - The global data store instance
def data
  @_data ||= Store.new
end