mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
insns.def: [DOC] Fix description of tostring
rb_obj_as_string() calls not #to_str (idTo_str) but #to_s (idTo_s). git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58887 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
592c3f9b10
commit
a270c90e89
1 changed files with 2 additions and 2 deletions
|
@ -348,8 +348,8 @@ concatstrings
|
|||
|
||||
/**
|
||||
@c put
|
||||
@e push the result of to_str.
|
||||
@j to_str の結果をスタックにプッシュする。
|
||||
@e push the result of to_s.
|
||||
@j to_s の結果をスタックにプッシュする。
|
||||
*/
|
||||
DEFINE_INSN
|
||||
tostring
|
||||
|
|
Loading…
Add table
Reference in a new issue