# File lib/rubygame/clock.rb, line 118 def wait( time, nice=false ) _init_sdl_timer time = 0 if time < 0 _threaded_delay( time, nice ) end