# File lib/rubygame/clock.rb, line 35
                        def initialize()
                                @start = Clock.runtime()
                                @last_tick = @start
                                @ticks = 0
                                @target_frametime = nil
                                yield self if block_given?
                        end