From 238ba9f095bc1d95c9531e427ddcc80e0e36a6ba Mon Sep 17 00:00:00 2001 From: ocean Date: Fri, 9 Jul 2004 13:38:34 +0000 Subject: * array.c, enum.c, pack.c: rdoc patch from Johan Holmberg [ruby-core:3132] [ruby-core:3136] * numeric.c: rdoc patch. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@6607 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- array.c | 1 + 1 file changed, 1 insertion(+) (limited to 'array.c') diff --git a/array.c b/array.c index 22242de44..48652fef5 100644 --- a/array.c +++ b/array.c @@ -1724,6 +1724,7 @@ rb_values_at(obj, olen, argc, argv, func) /* * call-seq: * array.values_at(selector,... ) => an_array + * * Returns an array containing the elements in * _self_ corresponding to the given selector(s). The selectors * may be either integer indices or ranges. -- cgit