Module: DevSuite::Performance::Reporter::Helpers::TableBuilder
- Defined in:
- lib/dev_suite/performance/reporter/helpers/table_builder.rb
Class Method Summary collapse
Class Method Details
.build_table(description, results) ⇒ Object
9 10 11 12 13 14 |
# File 'lib/dev_suite/performance/reporter/helpers/table_builder.rb', line 9 def build_table(description, results) table = initialize_table add_description(table, description) add_profiler_data(table, results) table end |