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