class Prawn::Table::Cell::Subtable

def text_color=(color)


Sets the text color of the entire subtable.
def text_color=(color)
  @subtable.cells.text_color = color
end