# File lib/RMagick.rb, line 1861 def uniq!(*args) current = get_current() a = @images.uniq! set_current current return a.nil? ? nil : self end