# File lib/buildr/core/environment.rb, line 79
      def exclude=(url)
        exclude.clear
        exclude.concat [url].flatten if url
        exclude
      end