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