Class: PluginTool::ProfilerFormatterRaw
- Inherits:
-
ProfilerFormatter
- Object
- ProfilerFormatter
- PluginTool::ProfilerFormatterRaw
- Defined in:
- lib/debuggers.rb
Instance Method Summary collapse
Methods inherited from ProfilerFormatter
Constructor Details
This class inherits a constructor from PluginTool::ProfilerFormatter
Instance Method Details
#_format(report, output_file) ⇒ Object
57 58 59 |
# File 'lib/debuggers.rb', line 57 def _format(report, output_file) output_file.write(report) end |