rb_isspace 1186 include/ruby/ruby.h int rb_isspace(int c); rb_isspace 1196 include/ruby/ruby.h #define ISSPACE(c) rb_isspace((unsigned char)(c))