class Jbuilder
- Jbuilder
- Reference
- Object
Defined in:
jbuilder.crjbuilder/embed.cr
jbuilder/version.cr
Constant Summary
-
VERSION =
"1.0.0"
Constructors
Instance Method Summary
- #array!(key : String, array)
- #array!(key : String, array, &)
- #hash!(key : String, hash)
- #merge!(hash : Hash)
- #set!(key : String, value : Array)
- #set!(key : String, value : Tuple)
- #set!(key : String, value : Hash)
- #set!(key : String, value : NamedTuple)
- #set!(key : String, value : BasicType)
- #to_h : Hash