class HighLine::ListRenderer
def right_pad_row(row, widths)
def right_pad_row(row, widths) row.zip(widths).map do |field, width| right_pad_field(field, width) end end
def right_pad_row(row, widths) row.zip(widths).map do |field, width| right_pad_field(field, width) end end