mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
* README.EXT: Update note from r40504, by Jeremy Evans [Bug #7982]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40505 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
817dda53ed
commit
e781aeef96
2 changed files with 6 additions and 1 deletions
|
@ -1366,7 +1366,8 @@ void rb_bug(const char *fmt, ...) ::
|
|||
called under the situation caused by the bug in the interpreter. No
|
||||
exception handling nor ensure execution will be done.
|
||||
|
||||
Note: You can't use %i or variations of int with the fmt string message.
|
||||
Note: In the fmt string message, %i is used for Object#inspect output (and
|
||||
related argument must be a VALUE). For integers in format strings, use %d.
|
||||
|
||||
== Initialize and Start the Interpreter
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue