method
new
new(# :nodoc:)
public
Hide source
# File lib/rinda/tuplespace.rb, line 316 def initialize # :nodoc: @hash = {} @enum = Enumerable::Enumerator.new(self, :each_entry) end