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