# File lib/RMagick.rb, line 1137
    def <<(obj)
        is_a_image obj
        a = super
        @scene = length-1
        return a
    end