Project

General

Profile

Bug #15379 ยป 0001-Fix-documentation-for-Warning.warn.patch

olleolleolle (Olle Jonsson), 12/04/2018 05:44 PM

View differences:

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
    (1-1/1)