module RequestLogAnalyzer::Output::FixedWidth::Monochrome
Mixin module. Will disable any colorizing.
Public Instance Methods
colorize(text, *_options)
click to toggle source
# File lib/request_log_analyzer/output/fixed_width.rb 8 def colorize(text, *_options) 9 text 10 end