capitalize()
Same as sym.to_s.capitalize.intern.
static VALUE sym_capitalize(VALUE sym) { return rb_str_intern(rb_str_capitalize(rb_sym2str(sym))); }