# File lib/prawn/layout/grid.rb, line 192
def
initialize
(
pdf
,
b1
,
b2
)
@pdf
=
pdf
@bs
= [
b1
,
b2
]
end