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