Method: Primer::Alpha::ActionMenu#with_item
- Defined in:
- app/components/primer/alpha/action_menu.rb
permalink #with_item(**system_arguments, &block) ⇒ Object
Adds a new item to the list.
274 275 276 |
# File 'app/components/primer/alpha/action_menu.rb', line 274 def with_item(**system_arguments, &block) @list.with_item(**system_arguments, &block) end |