# File lib/rubygame/image.rb, line 91 def load_image( filename ) Rubygame.deprecated( "Rubygame::Surface.load_image", "3.0" ) load( filename ) end