# File lib/padrino-contrib/helpers/breadcrumbs.rb, line 115 def del(name) items.delete_if { |item| item[:name] == name.to_sym } end