Sha256: 778455337ec4bd22db512347d0de0008548df25cae3fb0c19a89d28157700fd4
Contents?: true
Size: 312 Bytes
Versions: 1
Compression:
Stored size: 312 Bytes
Contents
#include "ruby.h" // https://github.com/ruby/ruby/blob/926277bf826127c65689ddf01f94e23d538a3b8b/vm.c#L1339-L1345 VALUE rb_proc_isolate(VALUE self); VALUE rb_nbproc_isolate(VALUE self) { return rb_proc_isolate(self); } void Init_nbproc(void) { rb_define_method(rb_cProc, "isolate", rb_nbproc_isolate, 0); }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
nbproc-0.1.1 | ext/nbproc/nbproc.c |