static public bool IsFixnum(R_VAL value)
 {
     return(RubyDLL.rb_integer_type_p(value));
 }