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