Method: Primer::Alpha::HellipButton#call

Defined in:
app/components/primer/alpha/hellip_button.rb

#callObject


29
30
31
# File 'app/components/primer/alpha/hellip_button.rb', line 29

def call
  render(Primer::Beta::BaseButton.new(**@system_arguments)) { "…".html_safe }
end