# File lib/cgikit/component.rb, line 15 def initialize( context, *args ) @access_attributes = true @subcomponents = [] @associations = nil load_files(context) __send__(:init, *args) end