# File lib/merb-core/config.rb, line 480
      def method_missing(method, *args)
        @klass[method] = *args
      end