Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
durdiff
master
Durdiff
Box
QuadBox
Simple
VSplitBox
DirAndEntries
File
String
Built with Crystal 1.9.2
2023-10-07 21:44:44 UTC
struct
Durdiff::DirAndEntries
Durdiff::DirAndEntries
Struct
Value
Object
Defined in:
durdiff.cr
Constructors
.new
(path : String, entries : Array(String))
Instance Method Summary
#entries
: Array(String)
#entries=
(entries : Array(String))
#path
: String
#path=
(path : String)
Constructor Detail
def self.
new
(path :
String
, entries : Array(
String
))
#
[
View source
]
Instance Method Detail
def
entries
: Array(
String
)
#
[
View source
]
def
entries=
(entries : Array(
String
))
#
[
View source
]
def
path
:
String
#
[
View source
]
def
path=
(path :
String
)
#
[
View source
]