Class: CommandLineReporter::Table
- Inherits:
-
Object
- Object
- CommandLineReporter::Table
- Defined in:
- lib/xxbao.rb
Overview
patch for CommandLineReporter a row will not inherit bold & color from other row
Instance Method Summary collapse
Instance Method Details
#inherit_column_attrs(row) ⇒ Object
69 70 71 |
# File 'lib/xxbao.rb', line 69 def inherit_column_attrs(row) row.columns.each_with_index { |c, i| use_positional_attrs(c, i) } end |