Class: Protos::Stats::Description
- Defined in:
- lib/protos/stats/description.rb
Instance Method Summary collapse
-
#view_template ⇒ Object
DOCS: A description 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 description for a group of stats
8 9 10 |
# File 'lib/protos/stats/description.rb', line 8 def view_template(&) div(**attrs, &) end |