# encoding: utf-8 module Loaf # Basic crumb container Crumb = Struct.new(:name, :url, :styles) end # Loaf