Class: TraceViz::Formatters::BaseFormatter
- Inherits:
-
Object
- Object
- TraceViz::Formatters::BaseFormatter
- Includes:
- Helpers::ConfigHelper
- Defined in:
- lib/trace_viz/formatters/base_formatter.rb
Direct Known Subclasses
Instance Method Summary collapse
-
#call ⇒ Object
Format the data to a line.
Instance Method Details
#call ⇒ Object
Format the data to a line
11 12 13 |
# File 'lib/trace_viz/formatters/base_formatter.rb', line 11 def call raise NotImplementedError end |