class Primer::Alpha::HellipButton

def call

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