Remove unused else if statements in int_even_p func by S-H-GAMELINKS · Pull Request #3220 · ruby/ruby

Summary Remove unused else if statements in int_even_p func(int_even_p func is defined in numeric.c). Why? First impl of int_even_p is this commit. This commit using % operator with rb_funcall. 25...