# File gglib/examples/SplashScreen.rb, line 16 def load #Put initialization code here. #This example doesn't actually have to initialize anything, #so we will just use Thread#sleep to kill some time. sleep(1) end