class Prawn::Table

def height


Returns the height of the table in PDF points.
def height
  cells.height
end