Object
# File drb/gw.rb, line 16 def initialize super() @hash = {} end
# File drb/gw.rb, line 21 def [](key) synchronize do @hash[key] end end
# File drb/gw.rb, line 27 def []=(key, v) synchronize do @hash[key] = v end end
This page was generated for Ruby 1.8.6
Ruby-doc.org is provided by James Britt and Neurogami. Hack your world. Feed your head. Live curious.
Generated with Ruby-doc Rdoc Generator 0.44.0.