Sha256: 756107f9b7ea0c234f6dc63f32b4a3cd40a63a62e3840331a33f50233f364b79
Contents?: true
Size: 470 Bytes
Versions: 56
Compression:
Stored size: 470 Bytes
Contents
#-- # Copyright (C)2007 Tony Arcieri # You can redistribute this under the terms of the Ruby license # See file LICENSE for details #++ module Coolio class TimerWatcher # The actual implementation of this class resides in the C extension # Here we metaprogram proper event_callbacks for the callback methods # These can take a block and store it to be called when the event # is actually fired. extend Meta event_callback :on_timer end end
Version data entries
56 entries across 56 versions & 6 rubygems