class XAttr::XAttr

Defined in:

xattr/xattr.cr

Constructors

Instance Method Summary

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]