Class: Protos::Stats::Title
- Defined in:
- lib/protos/stats/title.rb
Instance Method Summary collapse
-
#view_template ⇒ Object
DOCS: A title for a group of stats.
Methods inherited from Component
Constructor Details
This class inherits a constructor from Protos::Component
Instance Method Details
#view_template ⇒ Object
DOCS: A title for a group of stats
8 9 10 |
# File 'lib/protos/stats/title.rb', line 8 def view_template(&) div(**attrs, &) end |