Method: Primer::Beta::Text#call

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

#callObject

[View source]

18
19
20
# File 'app/components/primer/beta/text.rb', line 18

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