method

next

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

No documentation available.

static VALUE
sym_succ(VALUE sym)
{
    return rb_str_intern(rb_str_succ(rb_sym_to_s(sym)));
}