mirror of
https://github.com/ruby/ruby.git
synced 2025-09-18 10:03:59 +02:00
[DOC] nodoc internal methods/classes
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62542 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
4739266ad4
commit
16ef24ac08
5 changed files with 7 additions and 1 deletions
2
error.c
2
error.c
|
@ -298,6 +298,7 @@ end_with_asciichar(VALUE str, int c)
|
|||
rb_str_end_with_asciichar(str, c);
|
||||
}
|
||||
|
||||
/* :nodoc: */
|
||||
static VALUE
|
||||
warning_write(int argc, VALUE *argv, VALUE buf)
|
||||
{
|
||||
|
@ -2411,6 +2412,7 @@ Init_Exception(void)
|
|||
rb_define_method(rb_mWarning, "warn", rb_warning_s_warn, 1);
|
||||
rb_extend_object(rb_mWarning, rb_mWarning);
|
||||
|
||||
/* :nodoc: */
|
||||
rb_cWarningBuffer = rb_define_class_under(rb_mWarning, "buffer", rb_cString);
|
||||
rb_define_method(rb_cWarningBuffer, "write", warning_write, -1);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue