Method: Cuca::Widget#hints
- Defined in:
- lib/cuca/widget.rb
#hints ⇒ Object
Hints is shared a shared container for all widgets. If you want to pass an information from one widget to another this can be useful. The last widget renered is the controller, then the Layout.
61 62 63 |
# File 'lib/cuca/widget.rb', line 61 def hints @@_hints end |