# File lib/RMagick.rb, line 1868 def to_a a = Array.new @images.each {|image| a << image} return a end