method

bin_for_find

v1_9_2_180 - Show latest stable - Class: Rinda::TupleBag
bin_for_find(template)
private

No documentation available.

# File lib/rinda/tuplespace.rb, line 413
    def bin_for_find(template)
      key = bin_key(template)
      key ? @hash.fetch(key, []) : @enum
    end