# File lib/rubygame/sound.rb, line 54 def autoload( filename ) path = find_file( filename ) if( path ) return load( path ) else return nil end end