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