Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
xattr
v0.5.0
XAttr
Platforms
Darwin
Linux
XAttr
Built with Crystal 1.9.2
2023-10-08 00:24:19 UTC
class
XAttr::XAttr
XAttr::XAttr
Reference
Object
Defined in:
xattr/xattr.cr
Constructors
.new
(path : String)
Instance Method Summary
#[]
(key)
#[]=
(key, value)
#list
#remove
(key)
Constructor Detail
def self.
new
(path : String)
#
[
View source
]
Instance Method Detail
def
[]
(key)
#
[
View source
]
def
[]=
(key, value)
#
[
View source
]
def
list
#
[
View source
]
def
remove
(key)
#
[
View source
]