# File lib/facets/more/synchash.rb, line 114
    def clear
      @sync.synchronize(::Sync::EX) { @delegate.clear }
    end