1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[DOC] Fixed RDoc directives [ci skip]

This commit is contained in:
Nobuyoshi Nakada 2020-12-08 17:49:51 +09:00
parent 86332cdce9
commit d7a16670c3
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6

View file

@ -186,7 +186,7 @@ rb_warning_category_enabled_p(rb_warning_category_t category)
}
/*
* call-seq
* call-seq:
* Warning[category] -> true or false
*
* Returns the flag to show the warning messages for +category+.
@ -212,7 +212,7 @@ rb_warning_s_aref(VALUE mod, VALUE category)
}
/*
* call-seq
* call-seq:
* Warning[category] = flag -> flag
*
* Sets the warning flags for +category+.