# File lib/RMagick.rb, line 1723 def pop current = get_current() a = @images.pop # can return nil set_current current return a end