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