Method: Primer::Beta::Heading#call

Defined in:
app/components/primer/beta/heading.rb

#callObject


33
34
35
# File 'app/components/primer/beta/heading.rb', line 33

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