method

encoding

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

No documentation available.

static VALUE
sym_encoding(VALUE sym)
{
    return rb_obj_encoding(rb_id2str(SYM2ID(sym)));
}