# File lib/rubygame/sprite.rb, line 252 def call(symbol,*args) self.each { |sprite| sprite.send(symbol,*args) } end