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