= private = protected
push(tuple)
Add tuple to the TupleBag.
# File lib/rinda/tuplespace.rb, line 333 def push(tuple) key = bin_key(tuple) @hash[key] ||= TupleBin.new @hash[key].add(tuple) end