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