# File lib/RMagick.rb, line 1869
    def unshift(obj)
        is_an_image obj
        @images.unshift(obj)
        @scene = 0
        self
    end