# File lib/apotomo/request_processor.rb, line 14 def initialize(controller, options={}, has_widgets_blocks=[]) @root = Widget.new(controller, :root) attach_stateless_blocks_for(has_widgets_blocks, @root, controller) run_hook :after_initialize, self end