# File lib/prawn/document.rb, line 349
    def move_up(n)
      self.y += n
    end