Class: CommonRenderer

Inherits:
Object show all
Includes:
BangNest
Defined in:
lib/white_gold/dsl/theme/common_renderer.rb

Instance Method Summary collapse

Methods included from BangNest

#method_missing, #respond_to?

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
  @widget = widget
end

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class BangNest