mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Fix documentation of Dir#each_child
This commit is contained in:
parent
d7bef803ac
commit
a0d1fd16d1
Notes:
git
2019-12-29 12:59:46 +09:00
1 changed files with 1 additions and 1 deletions
2
dir.c
2
dir.c
|
@ -3031,7 +3031,7 @@ dir_s_each_child(int argc, VALUE *argv, VALUE io)
|
|||
|
||||
/*
|
||||
* call-seq:
|
||||
* dir.each_child {| filename | block } -> nil
|
||||
* dir.each_child {| filename | block } -> dir
|
||||
* dir.each_child -> an_enumerator
|
||||
*
|
||||
* Calls the block once for each entry except for "." and ".." in
|
||||
|
|
Loading…
Reference in a new issue