method

swapcase

v1_9_1_378 - Show latest stable - Class: Symbol
swapcase()
public

No documentation available.

static VALUE
sym_swapcase(VALUE sym)
{
    return rb_str_intern(rb_str_swapcase(rb_id2str(SYM2ID(sym))));
}