Bug #15379 ยป 0001-Fix-documentation-for-Warning.warn.patch
| error.c | ||
|---|---|---|
|  * call-seq: | ||
|  *    warn(msg)  -> nil | ||
|  * | ||
|  * Writes warning message +msg+ to $stderr, followed by a newline | ||
|  * if the message does not end in a newline.  This method is called | ||
|  * by Ruby for all emitted warnings. | ||
|  * Writes warning message +msg+ to $stderr. This method is called by | ||
|  * Ruby for all emitted warnings. | ||
|  */ | ||
| static VALUE | ||