# File lib/RMagick.rb, line 1831 def shift current = get_current() a = @images.shift set_current current return a end