Class: TraceViz::Formatters::Export::FormatterFactory
- Inherits:
-
BaseFormatterFactory
- Object
- BaseFormatterFactory
- TraceViz::Formatters::Export::FormatterFactory
- Defined in:
- lib/trace_viz/formatters/export/formatter_factory.rb
Instance Method Summary collapse
-
#initialize ⇒ FormatterFactory
constructor
A new instance of FormatterFactory.
Methods inherited from BaseFormatterFactory
Constructor Details
#initialize ⇒ FormatterFactory
Returns a new instance of FormatterFactory.
12 13 14 15 16 17 18 |
# File 'lib/trace_viz/formatters/export/formatter_factory.rb', line 12 def initialize super( call: Export::MethodCallFormatter.new, return: Export::MethodReturnFormatter.new, summary_group: Export::SummaryGroupFormatter.new ) end |