method
[]=
[]=(key, v)
public
Hide source
# File lib/drb/gw.rb, line 27 def []=(key, v) synchronize do @hash[key] = v end end