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.2
Ruby-doc.org is managed by James Britt and Neurogami. Live curious.
Generated with the Rubydoc Rdoc Generator 0.9.3.