# File lib/turn/controller.rb, line 75
    def initialize
      yield(self) if block_given?
      initialize_defaults
    end