# File lib/RMagick.rb, line 1184
    def concat(other)
        is_a_image_array other
        a = super
        @scene = length-1
        return a
    end