Celestite
Constants
VERSION = "0.1.5"
Class methods
initialize
Celestite.initialize does the full range of initialization (launches all processes) to get the renderer going
render(component : String | Nil, context : Celestite::Context | Nil = nil, layout : String | Nil = nil)
This exposes the render class on the module, in cases (i.e. Amber) where you can't easily pass around the render instance.
renderer
Make an init'd renderer available on the module in cases where it's tough to pass the object (i.e. Amber)