lib/prawn/table.rb in prawn-0.14.0 vs lib/prawn/table.rb in prawn-0.15.0

- old
+ new

@@ -17,9 +17,11 @@ module Prawn class Document + # @group Experimental API + # Set up and draw a table on this document. A block can be given, which will # be run after cell setup but before layout and drawing. # # See the documentation on Prawn::Table for details on the arguments. #