fix_mod 3175 numeric.c rb_define_method(rb_cFixnum, "%", fix_mod, 1); fix_mod 3176 numeric.c rb_define_method(rb_cFixnum, "modulo", fix_mod, 1);