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