method
bin_for_find
v2_2_9 -
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