Fix Dir.for_fd call-seq
This commit is contained in:
parent
09295ea796
commit
c08fe40872
2
dir.c
2
dir.c
@ -591,7 +591,7 @@ dir_s_close(rb_execution_context_t *ec, VALUE klass, VALUE dir)
|
|||||||
# if defined(HAVE_FDOPENDIR) && defined(HAVE_DIRFD)
|
# if defined(HAVE_FDOPENDIR) && defined(HAVE_DIRFD)
|
||||||
/*
|
/*
|
||||||
* call-seq:
|
* call-seq:
|
||||||
* Dir.fdopendir(integer) -> aDir
|
* Dir.for_fd(integer) -> aDir
|
||||||
*
|
*
|
||||||
* Returns a Dir representing the directory specified by the given
|
* Returns a Dir representing the directory specified by the given
|
||||||
* directory file descriptor. Note that the returned Dir will not
|
* directory file descriptor. Note that the returned Dir will not
|
||||||
|
Loading…
x
Reference in New Issue
Block a user