summaryrefslogtreecommitdiff
path: root/symbol.c
diff options
context:
space:
mode:
authorNobuyoshi Nakada <[email protected]>2022-04-14 11:17:37 +0900
committerNobuyoshi Nakada <[email protected]>2022-04-14 11:17:37 +0900
commit5d45afdbbf058d82ced0b12bf9e4b2978db9f4e0 ()
treec5d960afaa2ef7699a009787102a82d4da665118 /symbol.c
parent3728f83b2d8e9d4705f835a572e6886a74562e8a (diff)
[DOC] Move the documentations of moved Symbol methods
-rw-r--r--symbol.c11
1 files changed, 11 insertions, 0 deletions
@@ -919,6 +919,17 @@ rb_id2sym(ID x)
return get_id_entry(x, ID_ENTRY_SYM);
}
VALUE
rb_sym2str(VALUE sym)