Class: Protos::Table::Body
- Defined in:
- lib/protos/table/body.rb
Instance Method Summary collapse
-
#view_template ⇒ Object
DOCS: The body of a table.
Methods inherited from Component
Constructor Details
This class inherits a constructor from Protos::Component
Instance Method Details
#view_template ⇒ Object
DOCS: The body of a table
8 9 10 |
# File 'lib/protos/table/body.rb', line 8 def view_template(&) tbody(**attrs, &) end |