public
Description: Fast, Nimble PDF Writer for Ruby
Homepage: http://prawn.majesticseacreature.com
Clone URL: git://github.com/sandal/prawn.git
Forgot to close ticket (testing Lighthouse) [#33 state:resolved]
sandal (author)
Thu Jun 19 21:46:15 -0700 2008
commit  e13def82f8b255d2222ddde8c08cf9ede5135a4e
tree    a07150f0120d48f7ee8e5c54b9abd7ecfcd34d0f
parent  9c5cdb131dc04111d9807c4f15de7b8033620188
...
124
125
126
 
127
128
129
...
124
125
126
127
128
129
130
0
@@ -124,6 +124,7 @@ module Prawn
0
     #   pdf.page_count #=> 1
0
     #   3.times { pdf.start_new_page }
0
     #   pdf.page_count #=> 4
0
+    #
0
     def page_count
0
       @pages.data[:Count]
0
     end

Comments