lib/prawn/document/table.rb in prawn-0.1.0 vs lib/prawn/document/table.rb in prawn-0.1.1

- old
+ new

@@ -1,5 +1,11 @@ # encoding: utf-8 +# +# table.rb : Simple table drawing functionality +# +# Copyright June 2008, Gregory Brown. All Rights Reserved. +# +# This is free software. Please see the LICENSE and COPYING files for details. module Prawn class Document # Builds and renders a Document::Table object from raw data.