# File lib/RMagick.rb, line 1730 def push(*objs) objs.each do |image| is_an_image image @images << image end @scene = length - 1 self end