rb_isalpha 1178 include/ruby/ruby.h int rb_isalpha(int c); rb_isalpha 1200 include/ruby/ruby.h #define ISALPHA(c) rb_isalpha((unsigned char)(c))