Method: Primer::Beta::Counter#call
- Defined in:
- app/components/primer/beta/counter.rb
permalink #call ⇒ Object
[View source]
60 61 62 |
# File 'app/components/primer/beta/counter.rb', line 60 def call render(Primer::BaseComponent.new(**@system_arguments)) { value } end |