method
warn
v2_4_6 -
Show latest stable
- Class:
Warning
warn(p1)public
No documentation available.
static VALUE
rb_warning_s_warn(VALUE mod, VALUE str)
{
Check_Type(str, T_STRING);
rb_must_asciicompat(str);
rb_write_error_str(str);
return Qnil;
}