class Stash

Defined in:

stash.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def add_store(store : String) #

[View source]
def delete_store(store : String) : Store #

[View source]
def in(store : String) : Store #

[View source]
def rename_store(store : String, new_name : String) : Store #

[View source]
def stores #

[View source]