# File lib/padrino-contrib/helpers/breadcrumbs.rb, line 64
        def reset!
          self.home = {
            :name    => :home,
            :url     => DEFAULT_URL,
            :caption => DEFAULT_CAPTION,
            :options => {}
          }
          reset
        end