Sha256: 0f5a05afb8a2f59217308752810f92369cd02dee7f379f8fb4d90d2e4f64f259
Contents?: true
Size: 473 Bytes
Versions: 6
Compression:
Stored size: 473 Bytes
Contents
#-- # Copyright (C)2007 Tony Arcieri # You can redistribute this under the terms of the Ruby license # See file LICENSE for details #++ module Rev class IOWatcher # 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 :timer_watcher end end
Version data entries
6 entries across 6 versions & 1 rubygems