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