mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[DOC] Fix indent as single paragraph [ci skip]
This commit is contained in:
parent
f3812e6ce6
commit
1ce3706c58
1 changed files with 1 additions and 1 deletions
2
file.c
2
file.c
|
@ -6653,7 +6653,7 @@ const char ruby_null_device[] =
|
|||
* _Contents_
|
||||
*
|
||||
* - ::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 +nil+ if there is no file at the given path,
|
||||
* or if that file is empty; otherwise returns the file size (bytes).
|
||||
|
|
Loading…
Add table
Reference in a new issue