rb_complex_raw 12522 ext/ripper/ripper.c v = rb_complex_raw(INT2FIX(0), v); rb_complex_raw 6773 ext/ripper/ripper.y v = rb_complex_raw(INT2FIX(0), v); rb_complex_raw 176 include/ruby/intern.h VALUE rb_complex_raw(VALUE, VALUE); rb_complex_raw 177 include/ruby/intern.h #define rb_complex_raw1(x) rb_complex_raw((x), INT2FIX(0)) rb_complex_raw 178 include/ruby/intern.h #define rb_complex_raw2(x,y) rb_complex_raw((x), (y)) rb_complex_raw 12446 parse.c v = rb_complex_raw(INT2FIX(0), v); rb_complex_raw 6773 parse.y v = rb_complex_raw(INT2FIX(0), v);