class Rune::Storage::Chained

Defined in:

rune/storage.cr

Constructors

Instance Method Summary

Instance methods inherited from class Rune::Storage

delete(key : String) : Bool delete, each : Iterator(String) each, get(key : String) : String | Nil get, put(key : String, value : String) : Bool put

Constructor Detail

def self.new(b : Array(Rune::Storage::Chained) = [] of self) #

[View source]

Instance Method Detail

def delete(key) : Bool #

[View source]
def each : Iterator(String) #

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

[View source]
def put(key, value) : Bool #

[View source]