summaryrefslogtreecommitdiff
path: root/array.c
diff options
context:
space:
mode:
authorocean <ocean@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-07-09 13:38:34 +0000
committerocean <ocean@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-07-09 13:38:34 +0000
commit29c3cb6d2061d2d476ef50066b44a5596dd51d99 (patch)
treea31007c4ca019c1a42e5ca879a15ceefa9a2f441 /array.c
parent704d798615c5190510b036a4db8d32a0f9783df2 (diff)
* array.c, enum.c, pack.c: rdoc patch from Johan Holmberg
<holmberg@iar.se> [ruby-core:3132] [ruby-core:3136] * numeric.c: rdoc patch. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@6607 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'array.c')
-rw-r--r--array.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/array.c b/array.c
index ccdcc3d506..9ba88bda46 100644
--- a/array.c
+++ b/array.c
@@ -1836,6 +1836,7 @@ rb_get_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.