A Cell that contains another table.
Draws the subtable.
# File lib/prawn/table/cell/subtable.rb, line 58
58: def draw_content
59: @subtable.draw
60: end
Proxied to subtable.
# File lib/prawn/table/cell/subtable.rb, line 46
46: def max_width
47: @subtable.cells.max_width
48: end
Proxied to subtable.
# File lib/prawn/table/cell/subtable.rb, line 40
40: def min_width
41: @subtable.cells.min_width
42: end
Proxied to subtable.
# File lib/prawn/table/cell/subtable.rb, line 52
52: def natural_content_height
53: @subtable.cells.height
54: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.