rb_toupper       1190 include/ruby/ruby.h int rb_toupper(int c);
rb_toupper       1204 include/ruby/ruby.h #define TOUPPER(c) rb_toupper((unsigned char)(c))