Method: Magick::ImageList#shift
- Defined in:
 - lib/rmagick_internal.rb
 
#shift ⇒ Object
      1740 1741 1742 1743 1744 1745  | 
    
      # File 'lib/rmagick_internal.rb', line 1740 def shift current = get_current a = @images.shift set_current current a end  |