# File lib/merb-core/config.rb, line 90
      def []=(key, val)
        (@configuration ||= setup)[key] = val
      end