mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
[DOC] Doc compliance (#9955)
This commit is contained in:
parent
f1136e73e8
commit
65f5435540
6 changed files with 48 additions and 48 deletions
2
symbol.c
2
symbol.c
|
@ -843,7 +843,7 @@ rb_gc_free_dsymbol(VALUE sym)
|
|||
* str.intern -> symbol
|
||||
* str.to_sym -> symbol
|
||||
*
|
||||
* Returns the Symbol corresponding to <i>str</i>, creating the
|
||||
* Returns the +Symbol+ corresponding to <i>str</i>, creating the
|
||||
* symbol if it did not previously exist. See Symbol#id2name.
|
||||
*
|
||||
* "Koala".intern #=> :Koala
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue