Class: Prawn::Table

Inherits:
Object
  • Object
show all
Defined in:
lib/prawn/table_fix.rb

Instance Method Summary collapse

Instance Method Details

#column_widths_fixed=(value) ⇒ Object Also known as: column_widths=



5
6
7
# File 'lib/prawn/table_fix.rb', line 5

def column_widths_fixed=(value)
  @column_widths = (column_widths_broken = value)
end