Method: Primer::Alpha::ActionMenu#with_group
- Defined in:
- app/components/primer/alpha/action_menu.rb
#with_group(**system_arguments, &block) ⇒ Object
297 298 299 |
# File 'app/components/primer/alpha/action_menu.rb', line 297 def with_group(**system_arguments, &block) @list.with_group(**system_arguments, &block) end |