method

new

v1_9_3_392 - Show latest stable - Class: Interrupt
new(p1 = v1)
public

No documentation available.

static VALUE
interrupt_init(int argc, VALUE *argv, VALUE self)
{
    VALUE args[2];

    args[0] = INT2FIX(SIGINT);
    rb_scan_args(argc, argv, "01", &args[1]);
    return rb_call_super(2, args);
}