= private = protected
to_s()
Returns the name or string corresponding to sym.
:fred.id2name #=> "fred"
VALUE rb_sym_to_s(VALUE sym) { ID id = SYM2ID(sym); return str_new3(rb_cString, rb_id2str(id)); }