downcase()
Same as sym.to_s.downcase.intern.
static VALUE sym_downcase(VALUE sym) { return rb_str_intern(rb_str_downcase(rb_sym2str(sym))); }