Phosphor::ColumnStyle
Per-row style override for a TableMock, applied by row index in
Props#column_styles. Lets a caller give an individual row's label and
value cells distinct styles — e.g. highlighting a mismatch — without
affecting row_style or selected_style for every other row.
Constructors
new(label_style : Style = Style.default, value_style : Style = Style.default)
SourceInstance methods
label_style
Sourcevalue_style
Source