# File lib/merb-core/config.rb, line 38
      def use
        @configuration ||= {}
        yield @configuration
      end