rb_check_type     947 ext/tk/tkutil/tkutil.c     rb_check_type(value, T_STRING);
rb_check_type    1009 ext/tk/tkutil/tkutil.c     rb_check_type(value, T_STRING);
rb_check_type    1047 ext/tk/tkutil/tkutil.c     rb_check_type(value, T_STRING);
rb_check_type    1059 ext/tk/tkutil/tkutil.c     rb_check_type(value, T_STRING);
rb_check_type     355 include/ruby/ruby.h void rb_check_type(VALUE,int);
rb_check_type     356 include/ruby/ruby.h #define Check_Type(v,t) rb_check_type((VALUE)(v),t)