= private = protected
[](key)
Retrieves key from the tuple.
# File lib/rinda/tuplespace.rb, line 111 def [](key) @tuple[key] end