Class: Docs::ComponentsTable
- Inherits:
-
Phlex::HTML
- Object
- Phlex::HTML
- Docs::ComponentsTable
- Defined in:
- lib/ruby_ui/docs/components_table.rb
Instance Method Summary collapse
-
#initialize(files) ⇒ ComponentsTable
constructor
A new instance of ComponentsTable.
- #view_template ⇒ Object
Constructor Details
#initialize(files) ⇒ ComponentsTable
Returns a new instance of ComponentsTable.
5 6 7 |
# File 'lib/ruby_ui/docs/components_table.rb', line 5 def initialize(files) @files = files end |
Instance Method Details
#view_template ⇒ Object
9 10 11 |
# File 'lib/ruby_ui/docs/components_table.rb', line 9 def view_template # Minimal stub - empty by default end |