method

bin_for_find

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