# File lib/facets/more/synchash.rb, line 118
    def size
      @sync.synchronize(::Sync::SH) { @delegate.size() }
    end