Sha256: 2d618f957635d08e2bf3f8d516a5c0d717aa01ce8cab2b060e1572588466e8b2
Contents?: true
Size: 237 Bytes
Versions: 11
Compression:
Stored size: 237 Bytes
Contents
#include "gyro.h" int __tracing_enabled__ = 0; VALUE __fiber_trace__(int argc, VALUE *argv, VALUE self) { return rb_ary_new4(argc, argv); } void Init_Tracing() { rb_define_global_function("__fiber_trace__", __fiber_trace__, -1); }
Version data entries
11 entries across 11 versions & 1 rubygems