From aa3b5062707b72189b42a912dc6df58ab3bb68f8 Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 28 Jul 2014 11:28:55 +0000 Subject: add some documents [ci skip] * bignum.c (Init_Bignum): [DOC] Bignum::GMP_VERSION. * complex.c (Init_Complex): [DOC] ignore an internal class. * dir.c (Init_Dir): [DOC] File::FNM_SYSCASE. * file.c (rb_file_exists_p): [DOC] File.exists? is deprecated. * object.c (rb_mod_initialize_clone): [DOC] ignore implementation detail. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46990 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- object.c | 1 + 1 file changed, 1 insertion(+) (limited to 'object.c') diff --git a/object.c b/object.c index 84360ac0e4..21772deb56 100644 --- a/object.c +++ b/object.c @@ -1707,6 +1707,7 @@ rb_mod_initialize(VALUE module) return Qnil; } +/* :nodoc: */ static VALUE rb_mod_initialize_clone(VALUE clone, VALUE orig) { -- cgit v1.2.3