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