[DOC] Fix indent as single paragraph [ci skip]
This commit is contained in:
parent
f3812e6ce6
commit
1ce3706c58
2
file.c
2
file.c
@ -6653,7 +6653,7 @@ const char ruby_null_device[] =
|
|||||||
* _Contents_
|
* _Contents_
|
||||||
*
|
*
|
||||||
* - ::empty? (aliased as ::zero?):: Returns whether the file at the given path
|
* - ::empty? (aliased as ::zero?):: Returns whether the file at the given path
|
||||||
* exists and is empty.
|
* exists and is empty.
|
||||||
* - ::size:: Returns the size (bytes) of the file at the given path.
|
* - ::size:: Returns the size (bytes) of the file at the given path.
|
||||||
* - ::size?:: Returns +nil+ if there is no file at the given path,
|
* - ::size?:: Returns +nil+ if there is no file at the given path,
|
||||||
* or if that file is empty; otherwise returns the file size (bytes).
|
* or if that file is empty; otherwise returns the file size (bytes).
|
||||||
|
Loading…
x
Reference in New Issue
Block a user