# File lib/ruote/part/storage_participant.rb, line 272
    def purge!

      fetch_all.each { |hwi| @context.storage.delete( hwi ) }
    end