rb_str_comparable 770 include/ruby/intern.h int rb_str_comparable(VALUE, VALUE); rb_str_comparable 2864 string.c !rb_str_comparable(str1, str2) || rb_str_comparable 2923 string.c if (!rb_str_comparable(str1, str2)) { rb_str_comparable 2945 string.c if (!rb_str_comparable(str1, str2)) return Qfalse;