abstract struct File::Xattrs

Direct Known Subclasses

Defined in:

xattr.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def [](key : String) : String #

[View source]
def []=(key : String, value : String) : String #

[View source]
def []?(key : String) : String | Nil #

[View source]
def fetch(key : String, default) #

[View source]
def fetch(key : String) #

[View source]
def fetch(key : String, &) #

[View source]
def initialize #

[View source]