class Prawn::Table

def columns(col_spec)


-- see the documentation on Cells for things you can do with cells.
Selects the given columns (0-based) for styling. Returns a Cells object
def columns(col_spec)
  cells.columns(col_spec)
end