Skip to content

Commit ef72970

Browse files
authored
Fix File.directory? doc hidding File::Stat#directory? doc
Now the documentation that was already in the codebase for `File::Stat#directory?` shows up.
1 parent 3dd77bc commit ef72970

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

file.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1593,8 +1593,6 @@ rb_access(VALUE fname, int mode)
15931593
*/
15941594

15951595
/*
1596-
* Document-method: directory?
1597-
*
15981596
* call-seq:
15991597
* File.directory?(path) -> true or false
16001598
*

0 commit comments

Comments
 (0)