# File lib/pdf/writer.rb, line 657 657: def bleed_box(x0, y0, x1, y1) 658: @pages.bleed_box = [ x0, y0, x1, y1 ] 659: end