test

C code posted
created at 04 Feb 13:05

Edit | Back
1
2
3
4
5
6
VALUE
rb_obj_equal(VALUE obj1, VALUE obj2)
{
    if (obj1 == obj2) return Qtrue;
    return Qfalse;
}
106 Bytes in 2 ms with coderay