From 6d7034a849ff5b0b4c044e6b1dc52b57bcaa70dd Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 23 Feb 2018 02:16:42 +0000 Subject: [DOC] nodoc internal methods/classes git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62542 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- error.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'error.c') diff --git a/error.c b/error.c index 0b142a3967..0f60f491ec 100644 --- a/error.c +++ b/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); -- cgit v1.2.3