= private = protected
[](key)
Retrieves key from the GW
# File lib/drb/gw.rb, line 58 def [](key) synchronize do @hash[key] end end