# File lib/RMagick.rb, line 1367
    def unshift(obj)
        is_a_image obj
        a = super
        @scene = 0
        return a
    end