# File lib/voom/presenters/dsl/components/mixins/menus.rb, line 7 def menu(**attributes, &block) self << Components::Menu.new(parent: self, **attributes, &block) end