Sha256: 806d76237f4dc11a0c7a58c1529ea5f4ce8166f7bb2f728843b20021fa6da265
Contents?: true
Size: 480 Bytes
Versions: 57
Compression:
Stored size: 480 Bytes
Contents
/* * Copyright (C) 2007-10 Tony Arcieri * You may redistribute this under the terms of the Ruby license. * See LICENSE for details */ #include "ruby.h" #include "ev_wrap.h" #include "cool.io.h" static VALUE mCoolio = Qnil; /* Initialize the coolness */ void Init_cool() { /* Initializers for other modules */ Init_coolio_loop(); Init_coolio_watcher(); Init_coolio_iowatcher(); Init_coolio_timer_watcher(); Init_coolio_stat_watcher(); Init_coolio_utils(); }
Version data entries
57 entries across 57 versions & 6 rubygems