# File lib/needle/pipeline/collection.rb, line 110
      def reset!( *args )
        @elements.each do |element|
          element.reset! if args.empty? || args.include?( element.name )
        end
        self
      end