Sha256: c6feaaaa667f5fc04a4926267e44a11759542bdc0c318df0730d5b53c7307787
Contents?: true
Size: 487 Bytes
Versions: 56
Compression:
Stored size: 487 Bytes
Contents
#-- # Copyright (C)2007-10 Tony Arcieri # You can redistribute this under the terms of the Ruby license # See file LICENSE for details #++ module Coolio 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 :on_readable, :on_writable end end
Version data entries
56 entries across 56 versions & 6 rubygems