class Rune::Storage::Hash

Overview

An extremely simple hash-based implemetation

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(h : ::Hash(String, String) = {} of String => String) #

[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]