# File lib/rubygame/image.rb, line 38 def autoload( name ) path = find_file( name ) if( path ) return load( path ) else return nil end end