class Glassy::Kernel::Context
- Glassy::Kernel::Context
- Reference
- Object
Defined in:
glassy-kernel/context.crConstant Summary
-
STORE_MAPPINGS =
[Nil, String, Int32, Int64, Float64, Bool]
Instance Method Summary
- #get(name : String)
- #get?(name : String)
- #merge(context2 : Context) : Context
- #set(name : String, value : StoreTypes)
- #store : Hash(String, Array(Bool) | Array(Float64) | Array(Int32) | Array(Int64) | Array(Nil) | Array(String) | Bool | Float64 | Int32 | Int64 | String | Nil)
Instance Method Detail
def store : Hash(String, Array(Bool) | Array(Float64) | Array(Int32) | Array(Int64) | Array(Nil) | Array(String) | Bool | Float64 | Int32 | Int64 | String | Nil)
#