= private = protected
[]=(key, v)
Stores value v at key in the GW
# File lib/drb/gw.rb, line 65 def []=(key, v) synchronize do @hash[key] = v end end