diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-06-09 06:13:16 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-06-09 06:13:16 +0000 |
| commit | c7acdcb5c35ae6317cdd6c72283979f68180141e (patch) | |
| tree | 56e5027341ce9721de52ed61872ad58636e25b47 /dir.c | |
| parent | d7233ef103fae4f7530986d7aae14b6ff1d0cefd (diff) | |
| download | ruby-c7acdcb5c35ae6317cdd6c72283979f68180141e.tar.gz ruby-c7acdcb5c35ae6317cdd6c72283979f68180141e.tar.xz ruby-c7acdcb5c35ae6317cdd6c72283979f68180141e.zip | |
* dir.c (dir_s_glob): fixed rdoc. a patch from Joseph Pecoraro at
[ruby-core:23767].
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23657 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'dir.c')
| -rw-r--r-- | dir.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1652,7 +1652,7 @@ dir_s_aref(int argc, VALUE *argv, VALUE obj) * match all files beginning with * <code>c</code>; <code>*c</code> will match * all files ending with <code>c</code>; and - * <code>*c*</code> will match all files that + * <code>\*c\*</code> will match all files that * have <code>c</code> in them (including at * the beginning or end). Equivalent to * <code>/ .* /x</code> in regexp. |
