# File lib/RMagick.rb, line 1499
    def collect!(&block)
        @images.collect!(&block)
        is_an_image_array @images
        self
    end