Method: Primer::Alpha::ActionBar::Item#call

Defined in:
app/components/primer/alpha/action_bar/item.rb

#callObject

[View source]

24
25
26
# File 'app/components/primer/alpha/action_bar/item.rb', line 24

def call
  render(Primer::BaseComponent.new(**@system_arguments)) { render(@item_content) }
end