class ProtoHackers::Storage

Defined in:

10_voracious_code_storage.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def []=(path : String, data : String) : Bool #

[View source]
def []?(path : String) : ProtoHackers::File | Nil #

[View source]
def list(prefix) : Array(ProtoHackers::File | ProtoHackers::Folder) #

[View source]
def valid_dir?(path : String) #

[View source]
def valid_file_path?(path : String) #

[View source]