# File lib/RMagick.rb, line 1805
    def reverse_each
        @images.reverse_each {|image| yield(image)}
        self
    end