# File lib/prawn/table/cell.rb, line 102 def width @width || (@document.width_of(@text, :size => @font_size)) + 2*@horizontal_padding end