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