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
2
dir.c
2
dir.c
@ -3031,7 +3031,7 @@ dir_s_each_child(int argc, VALUE *argv, VALUE io)
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* call-seq:
|
* call-seq:
|
||||||
* dir.each_child {| filename | block } -> nil
|
* dir.each_child {| filename | block } -> dir
|
||||||
* dir.each_child -> an_enumerator
|
* dir.each_child -> an_enumerator
|
||||||
*
|
*
|
||||||
* Calls the block once for each entry except for "." and ".." in
|
* Calls the block once for each entry except for "." and ".." in
|
||||||
|
Loading…
x
Reference in New Issue
Block a user