A MultiBox is specified by 2 Boxes and spans the areas between.
# File lib/prawn/layout/grid.rb, line 229 def bottom bottom_box.bottom end
# File lib/prawn/layout/grid.rb, line 213 def gutter @bs[0].gutter end
# File lib/prawn/layout/grid.rb, line 209 def height top_box.top - bottom_box.bottom end
# File lib/prawn/layout/grid.rb, line 197 def name @bs.map {|b| b.name}.join(":") end
# File lib/prawn/layout/grid.rb, line 221 def right right_box.right end
Generated with the Darkfish Rdoc Generator 2.