# File lib/gruff/scene.rb, line 57 def draw # Join all the custom paths and filter out the empty ones image_paths = @layers.map { |layer| layer.path }.select { |path| !path.empty? } images = Magick::ImageList.new(*image_paths) @base_image = images.flatten_images end