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