# File lib/prawn/document.rb, line 432
    def move_down(n)
      self.y -= n
    end