upcase()
Same as sym.to_s.upcase.intern.
static VALUE sym_upcase(VALUE sym) { return rb_str_intern(rb_str_upcase(rb_sym2str(sym))); }