Class: Proc

Inherits:
Object
  • Object
show all
Defined in:
(unknown)

Instance Method Summary collapse

Instance Method Details

#isolateObject



5
6
7
# File 'ext/nbproc/nbproc.c', line 5

VALUE rb_nbproc_isolate(VALUE self) {
  return rb_proc_isolate(self);
}