Method: Oj::Doc#clone

Defined in:
ext/oj/fast.c

#cloneObject

[View source]

1637
1638
1639
1640
# File 'ext/oj/fast.c', line 1637

static VALUE doc_not_implemented(VALUE self) {
    rb_raise(rb_eNotImpError, "Not implemented.");
    return Qnil;
}