Class: ColoredTextFormatter

Inherits:
TXTFormatter show all
Defined in:
lib/teuton/report/formatter/default/colored_text.rb

Instance Attribute Summary

Attributes inherited from BaseFormatter

#ext

Instance Method Summary collapse

Methods inherited from TXTFormatter

#process

Methods inherited from ArrayFormatter

#build_data, #process

Methods inherited from BaseFormatter

#deinit, #init, #process, #trim, #w

Constructor Details

#initialize(report) ⇒ ColoredTextFormatter

Returns a new instance of ColoredTextFormatter.



4
5
6
# File 'lib/teuton/report/formatter/default/colored_text.rb', line 4

def initialize(report)
  super(report, true)
end