class Prawn::Table

def cell_style=(style_hash)


pdf.table(data, :cell_style => { :borders => [:left, :right] })

Sets styles for all cells.
def cell_style=(style_hash)
  cells.style(style_hash)
end