Class: CommonRenderer
- Includes:
- BangNest
- Defined in:
- lib/white_gold/dsl/theme/common_renderer.rb
Instance Method Summary collapse
-
#initialize(widget) ⇒ CommonRenderer
constructor
A new instance of CommonRenderer.
Methods included from BangNest
Methods included from BangNestedCaller
#bang_method_missing, #bang_object_stack, #bang_respond_to?, #self!, #upon!
Constructor Details
#initialize(widget) ⇒ CommonRenderer
Returns a new instance of CommonRenderer.
4 5 6 |
# File 'lib/white_gold/dsl/theme/common_renderer.rb', line 4 def initialize @widget = end |
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class BangNest