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