mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
symbol.c: remove id2name reference from documents.
This commit is contained in:
+1
-1
@@ -1873,7 +1873,7 @@ mrb_str_init(mrb_state *mrb, mrb_value self)
|
||||
* str.to_sym => symbol
|
||||
*
|
||||
* Returns the <code>Symbol</code> corresponding to <i>str</i>, creating the
|
||||
* symbol if it did not previously exist. See <code>Symbol#id2name</code>.
|
||||
* symbol if it did not previously exist.
|
||||
*
|
||||
* "Koala".intern #=> :Koala
|
||||
* s = 'cat'.to_sym #=> :cat
|
||||
|
||||
Reference in New Issue
Block a user