# File lib/RMagick.rb, line 1403 def <<(obj) is_an_image obj @images << obj @scene = @images.length - 1 self end