Skip to content

Commit

Permalink
Undocument option for a feature that doesn't exist [practicingruby#8]
Browse files Browse the repository at this point in the history
  • Loading branch information
practicingruby committed Apr 23, 2009
1 parent b856670 commit d3a4a6c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/prawn/table.rb
Expand Up @@ -107,7 +107,6 @@ class Table
# <tt>:column_widths:</tt> A hash of indices and widths in PDF points. E.g. <tt>{ 0 => 50, 1 => 100 }</tt>
# <tt>:row_colors</tt>:: An array of row background colors which are used cyclicly.
# <tt>:align</tt>:: Alignment of text in columns, for entire table (<tt>:center</tt>) or by column (<tt>{ 0 => :left, 1 => :center}</tt>)
# <tt>:minimum_rows</tt>:: The minimum rows to display on a page, including header.
#
# Row colors are specified as html encoded values, e.g.
# ["ffffff","aaaaaa","ccaaff"]. You can also specify
Expand Down

0 comments on commit d3a4a6c

Please sign in to comment.