# File lib/rubygame/sprite.rb, line 353 def push(*sprites) sprites.each { |sprite| self << sprite } return self end