File tree Expand file tree Collapse file tree 1 file changed +13
-11
lines changed Expand file tree Collapse file tree 1 file changed +13
-11
lines changed Original file line number Diff line number Diff line change @@ -362,17 +362,19 @@ instead the L<modified|/type/IO::Path#method_modified>,
362
362
L < accessed|/type/IO::Path#method_accessed > and
363
363
L < changed|/type/IO::Path#method_changed > methods instead.
364
364
365
- X < :e > X < :d > X < :f > X < :l > X < :r > X < :w > X < :x > X < :s > X < :z >
366
-
367
- :e Exists
368
- :d Directory
369
- :f File
370
- :l Symbolic link
371
- :r Readable
372
- :w Writable
373
- :x Executable
374
- :s Size
375
- :z Zero size
365
+ X < :e > X < :d > X < :f > X < :l > X < :r > X < :w > X < :x > X < :s > X < :z > X < :rw > X < :rwx >
366
+
367
+ :e Exists
368
+ :d Directory
369
+ :f File
370
+ :l Symbolic link
371
+ :r Readable
372
+ :w Writable
373
+ :x Executable
374
+ :s Size
375
+ :z Zero size
376
+ :rw Readable and writable
377
+ :rwx Readable, writable, and executable
376
378
377
379
Usage:
378
380
You can’t perform that action at this time.
0 commit comments