Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
lsr
master
File
Stat
LS
Lsr
Group
User
OptionParser
Built with Crystal 1.9.2
2023-10-07 17:07:47 UTC
class
LS
LS
Reference
Object
Defined in:
lsr/ls.cr
Constructors
.new
(tail : Array(Regex), base : String =
"."
, each : Nil | Tuple(String, File::Stat) -> _ =
nil
)
Instance Method Summary
#each
(&block : Tuple(String, File::Stat) -> Nil)
Constructor Detail
def self.
new
(tail : Array(Regex), base : String =
"."
, each : Nil | Tuple(String,
File::Stat
) -> _ =
nil
)
#
[
View source
]
Instance Method Detail
def
each
(&block : Tuple(String,
File::Stat
) -> Nil)
#
[
View source
]