class Prawn::Table

def width


Returns the width of the table in PDF points.
def width
  @width ||= [natural_width, @pdf.bounds.width].min
end