# File lib/RMagick.rb, line 1515
    def cur_image
        if ! @scene
            Kernel.raise IndexError, "no images in this list"
        end
        @images[@scene]
    end