Method: Primer::Alpha::Tooltip#call

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

#callObject

[View source]

57
58
59
# File 'app/components/primer/alpha/tooltip.rb', line 57

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