# File lib/mole.rb, line 66
    def self.initialize( opts={} ) 
      @config = defaults.merge( opts )    
      @config[:email_alerts_to] = @config[:emole_recipients] if @config[:emole_recipients] and !@config[:emole_recipients].empty?
      # Add the mole/lib to the ruby path...
      $: << libpath
      Mole.require_all_libs_relative_to __FILE__                                       
    end