Module: TestProf::Autopilot::StackProf::Printer
- Defined in:
- lib/test_prof/autopilot/stack_prof/printer.rb
Overview
Module is used for printing :stack_prof report
Class Method Summary collapse
Class Method Details
.print_report(report) ⇒ Object
10 11 12 |
# File 'lib/test_prof/autopilot/stack_prof/printer.rb', line 10 def print_report(report) report.print_text end |