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