File tree Expand file tree Collapse file tree 1 file changed +0
-48
lines changed Expand file tree Collapse file tree 1 file changed +0
-48
lines changed Original file line number Diff line number Diff line change @@ -50,54 +50,6 @@ waiting for another keypress before the initial "e" is returned.
50
50
51
51
Returns C < True > if the read operations have exhausted the content of the file.
52
52
53
- = head2 method e
54
-
55
- method e(--> Bool)
56
-
57
- Returns C < Bool::True > if the invocant is a valid path that exists.
58
-
59
- = head2 method d
60
-
61
- method d(--> Bool)
62
-
63
- Returns C < Bool::True > if the invocant is a path and the directory exists.
64
-
65
- = head2 method f
66
-
67
- method f(--> Bool)
68
-
69
- Returns C < Bool::True > if the invocant is a path and the file exists.
70
-
71
- = head2 method s
72
-
73
- method s(--> Bool)
74
-
75
- Returns C < Bool::True > if the invocant is a path and the size is bigger then 0.
76
-
77
- = head2 method l
78
-
79
- method l(--> Bool)
80
-
81
- Returns C < Bool::True > if the invocant is a path and a symlink.
82
-
83
- = head2 method r
84
-
85
- method r(--> Bool)
86
-
87
- Returns C < Bool::True > if the invocant is a path and accessible.
88
-
89
- = head2 method w
90
-
91
- method w(--> Bool)
92
-
93
- Returns C < Bool::True > if the invocant is a path and writable.
94
-
95
- = head2 method x
96
-
97
- method x(--> Bool)
98
-
99
- Returns C < Bool::True > if the invocant is a path and executable.
100
-
101
53
= head2 method lines
102
54
103
55
method lines($limit = Inf)
You can’t perform that action at this time.
0 commit comments