method

new

v1_8_7_72 - Show latest stable - Class: Rinda::TupleBag
new(# :nodoc:)
public

No documentation available.

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