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