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