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.9.3
Ruby-doc.org is hosted by James Britt and Neurogami, an avant garage research + development in Scottsdale, AZ.
Generated with the Rubydoc Rdoc Generator 0.9.4.