summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDana Sherson <[email protected]>2023-11-18 10:41:30 +1300
committer<[email protected]>2023-11-17 16:41:30 -0500
commitef72970a046270cc4b1d4ed029128876a9cbab88 ()
tree00810582e021b4dbc657b8c6b1f25d7b3db01784
parent3dd77bc056de19a1cc0ad3fafdb8e49c429dec5a (diff)
Fix File.directory? doc hidding File::Stat#directory? doc
Now the documentation that was already in the codebase for `File::Stat#directory?` shows up.
-rw-r--r--file.c2
1 files changed, 0 insertions, 2 deletions
@@ -1593,8 +1593,6 @@ rb_access(VALUE fname, int mode)
*/
/*
- * Document-method: directory?
- *
* call-seq:
* File.directory?(path) -> true or false
*