# File lib/RMagick.rb, line 1272
    def push(*objs)
        objs.each { |o| is_a_image o }
        super
        @scene = length - 1
        self
    end