bin_key(tuple)
No documentation available.
# File lib/rinda/tuplespace.rb, line 403 def bin_key(tuple) head = tuple[0] if head.class == Symbol return head else false end end