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