Libraries
»
texplay
(0.4.3)
»
Index
»
WinClass
»
#load_image
Method: WinClass#load_image
Defined in:
lib/texplay/live.rb
#
load_image
(file) ⇒
Object
57 58 59
# File 'lib/texplay/live.rb', line 57
def
load_image
(
file
)
Gosu
::
Image
.
new
(
self
,
file
)
end