# File lib/prawn/document.rb, line 381
    def pad_bottom(y)
      yield
      move_down(y)
    end