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