public
Description: Fast, Nimble PDF Writer for Ruby
Homepage: http://prawn.majesticseacreature.com
Clone URL: git://github.com/sandal/prawn.git
Whitespace change
sandal (author)
Thu Jul 24 14:13:30 -0700 2008
commit  e10c8f10022f69ead690541b28276c8d1d1d5e92
tree    acc346c12312ef7d25ea283e21fe4dc21f03d807
parent  6397aa2d3dc5f5f38c9634b5946af310e6ad4e7e
...
14
15
16
17
18
 
19
20
21
...
14
15
16
 
 
17
18
19
20
0
@@ -14,8 +14,7 @@ Prawn::Document.generate("fancy_table.pdf", :page_layout => :landscape) do
0
   table [["This is",   "A Test"    ],
0
          [  Prawn::Graphics::Cell.new( :text => "Of tables",
0
                                        :background_color => "ffccff" ),
0
-            "Drawn Side"],
0
-         ["By side",   "and stuff" ]], 
0
+          "Drawn Side"], ["By side",   "and stuff" ]], 
0
     :position         => 600, 
0
     :headers          => ["Col A", "Col B"],
0
     :border           => 1,

Comments