class Glassy::Kernel::Context

Defined in:

glassy-kernel/context.cr

Constant Summary

STORE_MAPPINGS = [Nil, String, Int32, Int64, Float64, Bool]

Instance Method Summary

Instance Method Detail

def get(name : String) #

[View source]
def get?(name : String) #

[View source]
def merge(context2 : Context) : Context #

[View source]
def set(name : String, value : StoreTypes) #

[View source]
def store : Hash(String, Array(Bool) | Array(Float64) | Array(Int32) | Array(Int64) | Array(Nil) | Array(String) | Bool | Float64 | Int32 | Int64 | String | Nil) #

[View source]