diff options
author | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2012-01-09 11:28:00 +0000 |
---|---|---|
committer | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2012-01-09 11:28:00 +0000 |
commit | afb5eef4e2a96934a188e1622c51636b5665fc8d () | |
tree | 6815c8f24adc98f70161934d2d3aeda43bd72c4c /ext/pathname/pathname.c | |
parent | bb1115a2d6b1ab37a1ae725bc26a965884f44029 (diff) |
* ext/pathname/pathname.c (path_entries): add document suggested by
the thread [ruby-core:41959] [Bug #5859]. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34246 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | ext/pathname/pathname.c | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -861,8 +861,27 @@ path_s_getwd(VALUE klass) * Return the entries (files and subdirectories) in the directory, each as a * Pathname object. * * The result may contain the current directory #<Pathname:.> and the parent * directory #<Pathname:..>. */ static VALUE path_entries(VALUE self) |