mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
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:
parent
3dd77bc056
commit
ef72970a04
1 changed files with 0 additions and 2 deletions
2
file.c
2
file.c
|
@ -1593,8 +1593,6 @@ rb_access(VALUE fname, int mode)
|
|||
*/
|
||||
|
||||
/*
|
||||
* Document-method: directory?
|
||||
*
|
||||
* call-seq:
|
||||
* File.directory?(path) -> true or false
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue