# File lib/rubygame/sprite.rb, line 328 def update(*args) self.each { |sprite| sprite.update(*args) } end