Flowdock
succ() public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
static VALUE
sym_succ(VALUE sym)
{
    return rb_str_intern(rb_str_succ(rb_sym_to_s(sym)));
}
Register or log in to add new notes.