1
0
Fork 0
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:
k0kubun 2017-05-25 11:41:45 +00:00
parent 592c3f9b10
commit a270c90e89

View file

@ -348,8 +348,8 @@ concatstrings
/** /**
@c put @c put
@e push the result of to_str. @e push the result of to_s.
@j to_str @j to_s
*/ */
DEFINE_INSN DEFINE_INSN
tostring tostring