# File lib/drb/gw.rb, line 21
    def [](key)
      synchronize do
        @hash[key]
      end
    end