class PrawnHtml::PdfWrapper

def table(rows, options = {})

def table(rows, options = {})
  pdf.table(rows, options) # uses prawn-table
end