Fix File.directory? doc hidding File::Stat#directory? doc

Now the documentation that was already in the codebase for
`File::Stat#directory?` shows up.
This commit is contained in:
Dana Sherson 2023-11-18 10:41:30 +13:00 committed by GitHub
parent 3dd77bc056
commit ef72970a04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
file.c
View File

@ -1593,8 +1593,6 @@ rb_access(VALUE fname, int mode)
*/
/*
* Document-method: directory?
*
* call-seq:
* File.directory?(path) -> true or false
*