# File lib/prawn/document.rb, line 324
    def y=(new_y)
      @y = new_y
      bounds.update_height
    end