Flowdock
[](*args) public

No documentation

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

Hide source
static VALUE
sym_aref(int argc, VALUE *argv, VALUE sym)
{
    return rb_str_aref_m(argc, argv, rb_sym_to_s(sym));
}
Register or log in to add new notes.