method
upcase
v1_9_1_378 -
Show latest stable
- Class:
Symbol
upcase()public
No documentation available.
static VALUE
sym_upcase(VALUE sym)
{
return rb_str_intern(rb_str_upcase(rb_id2str(SYM2ID(sym))));
} upcase()No documentation available.
static VALUE
sym_upcase(VALUE sym)
{
return rb_str_intern(rb_str_upcase(rb_id2str(SYM2ID(sym))));
}