Class: PluginTool::ProfilerFormatterRaw

Inherits:
ProfilerFormatter show all
Defined in:
lib/debuggers.rb

Instance Method Summary collapse

Methods inherited from ProfilerFormatter

#format, #initialize

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