rb_tolower 1189 include/ruby/ruby.h int rb_tolower(int c); rb_tolower 1205 include/ruby/ruby.h #define TOLOWER(c) rb_tolower((unsigned char)(c))